From e500394ed975055657fde19d3cd1c106888734b5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 29 Oct 2021 16:52:15 +0300 Subject: Implement stuff --- scripts/debug.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/debug.sh') diff --git a/scripts/debug.sh b/scripts/debug.sh index 0ae14a3..711df8d 100755 --- a/scripts/debug.sh +++ b/scripts/debug.sh @@ -3,7 +3,8 @@ TOP_LEVEL="$(git rev-parse --show-toplevel)" PORT="${1:-8001}" -echo ":: Watching directory src/ and serving continuous builds on http://localhost:${PORT}" +echo ":: Watching directory src/ and serving continuous builds on http://localhost:${PORT}." +echo ":: Touch a file in src/ to compile & serve!" -bash scripts/_build-and-serve.sh ${PORT} +# bash scripts/_build-and-serve.sh ${PORT} fswatch -or src | xargs -n1 -I{} bash scripts/_build-and-serve.sh ${PORT} -- cgit v1.3