Confirmed users
429
edits
Ricky Chien (talk | contribs) |
Ricky Chien (talk | contribs) |
||
| Line 78: | Line 78: | ||
*** Task dependency - [https://www.npmjs.com/package/gulp gulp] | *** Task dependency - [https://www.npmjs.com/package/gulp gulp] | ||
*** Parallel build - [https://www.npmjs.com/package/gulp-spawn gulp-spawn] | *** Parallel build - [https://www.npmjs.com/package/gulp-spawn gulp-spawn] | ||
*** Incremental build - [https://github.com/sindresorhus/gulp-changed gulp-changed] | *** Incremental build | ||
**** Watch file changes - [https://github.com/sindresorhus/gulp-changed gulp-changed] | |||
**** File dependency resolving (speed up incremental build) | |||
*** Edit file content | |||
*** Minify | |||
**** JS | |||
**** CSS | |||
**** HTML | |||
**** SVG | |||
*** Concatenate JS | |||
*** Package to zip | |||
*** Process everything in memory (remove build_stage) | |||
** Building parameters management | ** Building parameters management | ||
*** [https://www.npmjs.com/package/parse-env parse-env] | *** [https://www.npmjs.com/package/parse-env parse-env] | ||