We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
scss
1 parent edb89b7 commit ed3c8bfCopy full SHA for ed3c8bf
package.json
@@ -4,8 +4,8 @@
4
"description": "These are the template used by [Emptywork](https://emptywork.github.io)",
5
"main": "index.js",
6
"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",
+ "sass": "sass --no-source-map src/assets/scss/:public/css/",
+ "sass:compressed": "sass --style=compressed --no-source-map src/assets/scss:public/css/",
9
"watch": "npm-run-all --parallel watch:*",
10
"watch:eleventy": "eleventy --serve",
11
"watch:sass": "npm run sass:compressed -- --watch",
0 commit comments