Confirmed users
429
edits
Ricky Chien (talk | contribs) |
Ricky Chien (talk | contribs) |
||
| Line 76: | Line 76: | ||
** Extract Makefile logic into JS modules | ** Extract Makefile logic into JS modules | ||
** Rewrite Makefile targets into JS | ** Rewrite Makefile targets into JS | ||
*** 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 - [https://github.com/sindresorhus/gulp-changed gulp-changed] | ||
** Building parameters management | ** Building parameters management | ||
*** [https://www.npmjs.com/package/parse-env parse-env] | *** [https://www.npmjs.com/package/parse-env parse-env] | ||