File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "style" : " bundle.css" ,
1212 "scripts" : {
1313 "reskindex" : " reskindex vector -h src/skins/vector/header" ,
14- "build:css" : " catw ' src/skins/vector/css/**/*.css' -o vector/bundle.css -c uglifycss --no-watch" ,
14+ "build:css" : " catw \" src/skins/vector/css/**/*.css\" -o vector/bundle.css -c uglifycss --no-watch" ,
1515 "build:compile" : " babel --source-maps -d lib src" ,
1616 "build:bundle" : " NODE_ENV=production webpack -p lib/vector/index.js vector/bundle.js" ,
1717 "build" : " npm run build:css && npm run build:compile && npm run build:bundle" ,
1818 "start:js" : " webpack -w src/vector/index.js vector/bundle.js" ,
19- "start:skins:css" : " catw ' src/skins/vector/css/**/*.css' -o vector/bundle.css" ,
19+ "start:skins:css" : " catw \" src/skins/vector/css/**/*.css\" -o vector/bundle.css" ,
2020 "//cache" : " Note the -c 1 below due to https://code.google.com/p/chromium/issues/detail?id=508270" ,
21- "start" : " parallelshell ' npm run start:js' ' npm run start:skins:css' ' http-server -c 1 vector' " ,
21+ "start" : " parallelshell \" npm run start:js\" \" npm run start:skins:css\" \" http-server -c 1 vector\" " ,
2222 "clean" : " rimraf lib vector/bundle.css vector/bundle.js vector/bundle.js.map" ,
2323 "prepublish" : " npm run build:css && npm run build:compile"
2424 },
You can’t perform that action at this time.
0 commit comments