Skip to content

Commit

Permalink
only build custum css files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubinhan committed Aug 16, 2018
1 parent 0115a81 commit b50b627
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 7 deletions.
329 changes: 324 additions & 5 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 @@ -11,7 +11,7 @@
"jwt-decode": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.21.0",
"node-sass-chokidar": "^0.0.3",
"node-sass-chokidar": "^1.3.3",
"normalizr": "^3.2.4",
"npm-run-all": "^4.1.2",
"pikaday": "^1.7.0",
Expand All @@ -38,7 +38,7 @@
"semantic-ui": "^2.3.1"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/styles -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
Expand Down

0 comments on commit b50b627

Please sign in to comment.