From c62a5d15adb9e1750497ab40e7edd8fac24eab57 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 1 Oct 2019 16:55:15 -0700 Subject: [PATCH] Add script to build plugin as changes occur --- bin/dev-plugin.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/dev-plugin.sh diff --git a/bin/dev-plugin.sh b/bin/dev-plugin.sh new file mode 100644 index 00000000..6674a00f --- /dev/null +++ b/bin/dev-plugin.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +watchexec -c -w plugin "rojo build plugin -o $LOCALAPPDATA/Roblox/Plugins/Rojo.rbxm" \ No newline at end of file