diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-08 00:51:26 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-08 00:51:26 -0700 |
commit | b829f095def0dbbf33c7cf4e1058ce62935a2d04 (patch) | |
tree | 0685ab0bcea0820df7cb67c5d52b08ec32cf2709 /app/src | |
parent | 8cf499946b0e0b52c8d66b2b213982f75e4ee91d (diff) | |
download | frost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.tar.gz frost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.tar.bz2 frost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.zip |
Add watch command for theme
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/web/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |