aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/clean_and_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/clean_and_build.sh')
-rwxr-xr-xpackages/anastasis-webui/clean_and_build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/anastasis-webui/clean_and_build.sh b/packages/anastasis-webui/clean_and_build.sh
index c0e93e47d..5f308e67c 100755
--- a/packages/anastasis-webui/clean_and_build.sh
+++ b/packages/anastasis-webui/clean_and_build.sh
@@ -54,12 +54,11 @@ if [ "WATCH" == "$1" ]; then
echo watch mode
echo Writting any file in the src directory will trigger a browser reload.
echo Be sure that the watcher server is running.
+ echo ./watch/serve.sh
inotifywait -e close_write -r src -q -m | while read line; do
echo $(date) $line
build_js src/main.ts
bundle ui-dev
- #CONTENT=$(echo 'alert("hola")' | base64)
./watch/send.sh '{"type":"RELOAD"}'
- #./watch/send.sh '{"type":"UPDATE","content":"'$CONTENT'"}'
done;
fi