Skip to content

Commit

Permalink
prevent css files from being compiled by node-sass
Browse files Browse the repository at this point in the history
known bug, see sass/node-sass#1925
  • Loading branch information
Livven committed Jun 25, 2017
1 parent e0038e2 commit d42ec5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "npm-run-all --parallel dev:*",
"build:webpack": "webpack",
"dev:webpack": "webpack --watch",
"build:sass": "node-sass src --output src",
"build:sass": "node-sass-chokidar src --output src",
"dev:sass": "npm-run-all build:sass \"build:sass -- --watch\""
},
"repository": {
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/eoger/tabcenter-redux#readme",
"devDependencies": {
"eslint": "^3.19.0",
"node-sass": "^4.5.3",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.0.2",
"webpack": "^2.6.1"
}
Expand Down

0 comments on commit d42ec5b

Please sign in to comment.