From c348cc8cc76306c3d3e533888b3d30ea7566e075 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 21 Dec 2020 19:57:20 +0100 Subject: Use Pandoc to write content in Markdown --- watch.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'watch.sh') diff --git a/watch.sh b/watch.sh index 74e6542..0aceb1c 100755 --- a/watch.sh +++ b/watch.sh @@ -1,5 +1,6 @@ #!/bin/bash -while inotifywait -r -e close_write src; do - sassc --style expanded src/style.scss dist/style.css +while inotifywait -r -e close_write assets; do + sassc assets/style.scss dist/style.css + node_modules/.bin/postcss dist/style.css -r done -- cgit v1.2.3-70-g09d2