windows compatible

' Ersetzt mit \"
master
andy 2021-05-21 14:30:01 +02:00
parent 0f3324325b
commit 15dddec5e8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"scss": "node-sass scss/style.scss css/style.css --output-style expanded",
"cssmin": "node-sass css/style.css css/style.min.css --output-style compressed",
"build:css": "npm run scss && npm run cssmin",
"watch:css": "onchange 'scss/*.scss' 'scss/inc/*.scss' -- npm run build:css"
"watch:css": "onchange \"scss/*.scss\" \"scss/inc/*.scss\" -- npm run build:css"
},
"author": "tuc2",
"license": "WTFPL",