Skip to content

Commit ed3c8bf

Browse files
committed
update: package.json — support multi-files scss converter
1 parent edb89b7 commit ed3c8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "These are the template used by [Emptywork](https://emptywork.github.io)",
55
"main": "index.js",
66
"scripts": {
7-
"sass": "sass --no-source-map src/assets/scss/style.scss public/css/style.css",
8-
"sass:compressed": "sass --style=compressed --no-source-map src/assets/scss/style.scss public/css/style.css",
7+
"sass": "sass --no-source-map src/assets/scss/:public/css/",
8+
"sass:compressed": "sass --style=compressed --no-source-map src/assets/scss:public/css/",
99
"watch": "npm-run-all --parallel watch:*",
1010
"watch:eleventy": "eleventy --serve",
1111
"watch:sass": "npm run sass:compressed -- --watch",

0 commit comments

Comments
 (0)