File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
"css-compile" : " sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules/ src/scss/:dist/css/" ,
58
58
"css-lint" : " npm-run-all --continue-on-error --parallel css-lint-*" ,
59
59
"css-lint-stylelint" : " stylelint \" **/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd" ,
60
- "css-minify" : " cleancss -O1 --format breakWith=lf --wqith -rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \" .min\" \" dist/css/*.css\" \" !dist/css/*.min.css\" \" !dist/css/*rtl*.css\" " ,
60
+ "css-minify" : " cleancss -O1 --format breakWith=lf --with -rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \" .min\" \" dist/css/*.css\" \" !dist/css/*.min.css\" \" !dist/css/*rtl*.css\" " ,
61
61
"css-prefix" : " postcss --config build/postcss.config.js --replace \" dist/css/*.css\" \" !dist/css/*.min.css\" " ,
62
62
"js" : " npm-run-all --parallel js-compile* " ,
63
63
"js-compile" : " cross-env babel src/js/ --out-dir dist/js/ --source-maps" ,
78
78
"watch-js" : " nodemon --watch src/js --ext js --exec \" npm-run-all js-lint js-compile\" " ,
79
79
"watch-pug" : " nodemon --watch src/pug --ext pug --exec \" npm run pug\" " ,
80
80
"zip" : " npm-run-all --sequential build zip-*" ,
81
- "zip-dist" : " zip - qr9 coreui-free-bootstrap-admin-template-v$npm_package_version-dist.zip dist" ,
81
+ "zip-dist" : " cross-env-shell \" rm -rf coreui-free-bootstrap-admin-template-v$npm_package_version-dist coreui-free-bootstrap-admin-template-v$npm_package_version-dist. zip && cp -r dist/ coreui-free-bootstrap-admin-template-v$npm_package_version-dist && zip - qr9 coreui-free-bootstrap-admin-template-v$npm_package_version-dist.zip coreui-free-bootstrap-admin-template-v$npm_package_version- dist && rm -rf coreui-free-bootstrap-admin-template-v$npm_package_version-dist \" " ,
82
82
"zip-src" : " git archive -o coreui-free-bootstrap-admin-template-v$npm_package_version.zip -9 HEAD"
83
83
},
84
84
"dependencies" : {
You can’t perform that action at this time.
0 commit comments