Skip to content

Commit bc9e478

Browse files
committed
Add space to "build-css" script, fixes #2
1 parent e378e3b commit bc9e478

File tree

1 file changed

+1
-1
lines changed
  • watch-and-compile-your-sass-with-npm

1 file changed

+1
-1
lines changed

watch-and-compile-your-sass-with-npm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Let’s update our scripts with a watch script. Inside package.json, make your s
130130

131131
```json
132132
"scripts": {
133-
"build-css": "node-sass --include-path scss scss/main.scsspublic/css/main.css",
133+
"build-css": "node-sass --include-path scss scss/main.scss public/css/main.css",
134134
"watch-css": "nodemon -e scss -x \"npm run build-css\""
135135
},
136136
```

0 commit comments

Comments
 (0)