summaryrefslogtreecommitdiffstats
path: root/watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch.sh')
-rwxr-xr-xwatch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/watch.sh b/watch.sh
new file mode 100755
index 0000000..74e6542
--- /dev/null
+++ b/watch.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2
3while inotifywait -r -e close_write src; do
4 sassc --style expanded src/style.scss dist/style.css
5done