summaryrefslogtreecommitdiffstats
path: root/scripts/watch_sass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch_sass.sh')
-rwxr-xr-xscripts/watch_sass.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/watch_sass.sh b/scripts/watch_sass.sh
index 11c210a..7345eb3 100755
--- a/scripts/watch_sass.sh
+++ b/scripts/watch_sass.sh
@@ -2,10 +2,6 @@
2 2
3source "site.defaults.conf" 3source "site.defaults.conf"
4 4
5if [ -f "site.conf" ]; then
6 source "site.conf"
7fi
8
9inotifywait -qrme close_write,delete,move --format "%w%f" "${ASSETS_DIR}css" \ 5inotifywait -qrme close_write,delete,move --format "%w%f" "${ASSETS_DIR}css" \
10 | while read file 6 | while read file
11 do 7 do