From 06ec7c2f0e2c30dd41978461bbe6d64103cb9bed Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 22 Dec 2020 12:15:41 +0100 Subject: Fixed problems with the build scripts --- scripts/watch_sass.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/watch_sass.sh') diff --git a/scripts/watch_sass.sh b/scripts/watch_sass.sh index 1b99f5d..97fd207 100755 --- a/scripts/watch_sass.sh +++ b/scripts/watch_sass.sh @@ -1,8 +1,8 @@ #!/bin/bash -inotifywait -rme create,close_write,delete,move --format "%f" assets \ +inotifywait -rme create,close_write,delete,move --format "%w%f" assets \ | while read FILENAME do - printf "Change detected: %s\n" "assets/$FILENAME" + printf "Change detected: %s\n" "$FILENAME" scripts/build_sass.sh done -- cgit v1.2.3-70-g09d2