Confirmed users
429
edits
Ricky Chien (talk | contribs) (→Q & A) |
Ricky Chien (talk | contribs) (→Q & A) |
||
| Line 128: | Line 128: | ||
#: 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. | # 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. | #: 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 (in gulp.js). | ||