summaryrefslogtreecommitdiffstats
path: root/scripts/debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/debug.sh')
-rwxr-xr-xscripts/debug.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/debug.sh b/scripts/debug.sh
deleted file mode 100755
index 711df8d..0000000
--- a/scripts/debug.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-TOP_LEVEL="$(git rev-parse --show-toplevel)"
-PORT="${1:-8001}"
-
-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}
-fswatch -or src | xargs -n1 -I{} bash scripts/_build-and-serve.sh ${PORT}