From a3ae7186321edf55d0c6dcb08a76eb07061f8e80 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 27 Apr 2019 12:23:18 +0200 Subject: [PATCH] :wrench: Added watch script for css-theme --- config/scripts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/scripts.yaml b/config/scripts.yaml index bdddabecabd..b14b9c635b2 100644 --- a/config/scripts.yaml +++ b/config/scripts.yaml @@ -15,6 +15,7 @@ create-freesewing-pattern: test: "ava -v && standard *.js lib/*.js" css-theme: build: "npx node-sass --output-style compressed src/theme.scss ../../dist/css-theme/theme.css" + watch: "npx node-sass --watch --output-style compressed src/theme.scss ../../dist/css-theme/theme.css" components: test: "echo \"{{name}}: No tests configured. Perhaps you'd like to do this?\" && exit 0" build: "./scripts/build.sh"