stable

Clone or download

Read-only

request #11558 Limit concurrency in gulp build to reduce memory usage

How to test: - make post-checkout succeeds - plugins are built one by one and not all concurrently - "tracker" plugin is built only once and before dependent plugins (agiledashboard, testmanagement, cross-tracker, etc.) Note: It should also go easier on the CPU Change-Id: Ib4d0ba1b57c00847bbec1099e51d813559b4778f

Modified Files

Name
M gulpfile.js +5 −5 Go to diff View file
M package-lock.json +109 −16 Go to diff View file
M package.json +1 −3 Go to diff View file
M plugins/agiledashboard/build-manifest.json +2 −2 Go to diff View file
R tools/utils/component-builder.js Go to diff View file
R tools/utils/sass-builder.js Go to diff View file
R tools/utils/tuleap-gulp-build.js Go to diff View file