Confirmed users
429
edits
Ricky Chien (talk | contribs) No edit summary |
Ricky Chien (talk | contribs) (→Q & A) |
||
| Line 127: | Line 127: | ||
# In stage 2, buildbot should pre-install proper command tools (node.js, gulp) if we decide to use gulp.js | # In stage 2, buildbot should pre-install proper command tools (node.js, gulp) if we decide to use gulp.js | ||
#: Buildbot has already installed node environment except gulp. We can pre-install gulp -g in buildbot, or download gulp while first time build then launch it by relative path. | #: Buildbot has already installed node environment except gulp. We can pre-install gulp -g in buildbot, or download gulp while first time build then launch it by relative path. | ||
# We might take performance into account, the new build system shouldn't slower than the current. | |||
#: Although I believe that stage 1 & 3 won't effect obviously on performance, it probably happen on stage 2. So we should ensure that we take full advantage of multi-core systems to speed up our workflow in node.js environment. | |||