This repository was archived by the owner on Dec 13, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"faker" : " ^4.1.0" ,
28
28
"json-server" : " ^0.10.0" ,
29
- "node-sass" : " ^4.5.2 " ,
29
+ "node-sass-chokidar " : " 0.0.3 " ,
30
30
"npm-run-all" : " ^4.0.2" ,
31
31
"react-scripts" : " 0.9.5"
32
32
},
33
33
"scripts" : {
34
- "build-css" : " node-sass src/ -o src/ --importer=node_modules/node-sass-package-importer/dist/cli.js" ,
35
- "watch-css" : " npm run build-css && node-sass src/ -o src/ --watch --recursive --importer=node_modules/node-sass-package-importer/dist/cli.js" ,
34
+ "build-css" : " node-sass-chokidar src/ -o src/ --importer=node_modules/node-sass-package-importer/dist/cli.js" ,
35
+ "watch-css" : " npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive --importer=node_modules/node-sass-package-importer/dist/cli.js" ,
36
36
"messages" : " react-intl-cra 'src/**/*.js' 'i18n/messages.json'" ,
37
37
"json2pot" : " react-intl-po json2pot 'i18n/messages.json' -o 'i18n/messages.pot'" ,
38
38
"po2json" : " react-intl-po po2json 'i18n/translations/*.po' -m 'i18n/messages.json' -o src/translations.json" ,
You can’t perform that action at this time.
0 commit comments