summaryrefslogtreecommitdiffstats
path: root/scripts/watch_sass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_sass.sh')
-rwxr-xr-xscripts/watch_sass.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/watch_sass.sh b/scripts/watch_sass.sh
new file mode 100755
index 0000000..69605dc
--- /dev/null
+++ b/scripts/watch_sass.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2
3while inotifywait -r -e close_write assets; do
4 scripts/build_sass.sh
5done