1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-20 07:31:40 +02:00

Add watch command for theme

This commit is contained in:
Allan Wang 2019-09-08 00:51:26 -07:00
parent 8cf499946b
commit b829f095de
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -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": {