1
0
Fork 0

🔧 Added watch script for css-theme

This commit is contained in:
Joost De Cock 2019-04-27 12:23:18 +02:00
parent 6e20011cbd
commit a3ae718632

View file

@ -15,6 +15,7 @@ create-freesewing-pattern:
test: "ava -v && standard *.js lib/*.js"
css-theme:
build: "npx node-sass --output-style compressed src/theme.scss ../../dist/css-theme/theme.css"
watch: "npx node-sass --watch --output-style compressed src/theme.scss ../../dist/css-theme/theme.css"
components:
test: "echo \"{{name}}: No tests configured. Perhaps you'd like to do this?\" && exit 0"
build: "./scripts/build.sh"