mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-12 14:03:00 +01:00
Add watch command for theme
This commit is contained in:
parent
8cf499946b
commit
b829f095de
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user