File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "ignore" : [
44 " build" ,
55 " dist"
6- ]
6+ ],
7+ "delay" : 2500
78}
Original file line number Diff line number Diff line change 5252 "css-compile" : " sass --style expanded --source-map --embed-sources --no-error-css --load-path=node_modules/ src/scss/:dist/css/" ,
5353 "css-lint" : " npm-run-all --continue-on-error --parallel css-lint-*" ,
5454 "css-lint-stylelint" : " stylelint \" **/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd" ,
55- "css-lint-vars" : " fusv src/scss/" ,
5655 "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\" " ,
5756 "css-prefix" : " postcss --config build/postcss.config.js --replace \" dist/css/*.css\" \" !dist/css/*.min.css\" " ,
5857 "dist-linkinator" : " linkinator dist --recurse --verbosity error" ,
You can’t perform that action at this time.
0 commit comments