File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 "dist:js:app" : " cpy build/js/tag.min.js dist/tag/js/" ,
4141 "watch" : " npm-run-all --parallel watch:css watch:js" ,
4242 "prewatch:css" : " colors --white \" - \" --cyan \" Watching for updates to app.css. (Minified)\" " ,
43- "watch:css" : " onchange src/css/app .css -- cleancss -d -o dist/tag/css/tag.min.css src/css/app .css" ,
43+ "watch:css" : " onchange src/css/main .css -- cleancss -d -o dist/tag/css/tag.min.css" ,
4444 "prewatch:js" : " colors --white \" - \" --cyan \" Watching for updates to main.js. (Recompiled verbatim; run 'build' task for minification)\" " ,
45- "watch:js" : " watchify -g deamdify src/js/main.js -o dist/tag/js/tag.min.js -v"
45+ "watch:js" : " watchify src/js/main.js -t -t [ babelify --presets [ es2015 ] ] --outfile dist/tag/js/tag.min.js -v"
4646 },
4747 "repository" : {
4848 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments