aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-08 00:51:26 -0700
committerAllan Wang <me@allanwang.ca>2019-09-08 00:51:26 -0700
commitb829f095def0dbbf33c7cf4e1058ce62935a2d04 (patch)
tree0685ab0bcea0820df7cb67c5d52b08ec32cf2709
parent8cf499946b0e0b52c8d66b2b213982f75e4ee91d (diff)
downloadfrost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.tar.gz
frost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.tar.bz2
frost-b829f095def0dbbf33c7cf4e1058ce62935a2d04.zip
Add watch command for theme
-rw-r--r--app/src/web/package.json3
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": {