From b829f095def0dbbf33c7cf4e1058ce62935a2d04 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 8 Sep 2019 00:51:26 -0700 Subject: Add watch command for theme --- app/src/web/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/web') diff --git a/app/src/web/package.json b/app/src/web/package.json index 7b97934d..3a9b6acc 100644 --- a/app/src/web/package.json +++ b/app/src/web/package.json @@ -1,6 +1,7 @@ { "scripts": { - "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css" + "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css", + "scss-watch": "sass --no-source-map --style compressed --update scss:assets/css --watch" }, "license": "GPL-3.0", "repository": { -- cgit v1.2.3