From 0318b61277835bd3878e29c9b69c24ac66f43a86 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Dec 2020 22:28:06 +0100 Subject: Init --- watch.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 watch.sh (limited to 'watch.sh') diff --git a/watch.sh b/watch.sh new file mode 100755 index 0000000..74e6542 --- /dev/null +++ b/watch.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +while inotifywait -r -e close_write src; do + sassc --style expanded src/style.scss dist/style.css +done -- cgit v1.2.3-54-g00ecf