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