From b65f08eadbdc0dd629be6b13360e47790494151d Mon Sep 17 00:00:00 2001 From: tanc Date: Sun, 4 Dec 2022 13:56:25 +0100 Subject: [PATCH] 956 Add watch task and optimise build task --- changedetectionio/static/styles/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/static/styles/package.json b/changedetectionio/static/styles/package.json index 92862d71..e83a71d3 100644 --- a/changedetectionio/static/styles/package.json +++ b/changedetectionio/static/styles/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "build": "node-sass styles.scss -o .;node-sass diff.scss -o ." + "watch": "node-sass -w scss -o .", + "build": "node-sass scss -o ." }, "author": "", "license": "ISC",