stable
Clone or download
Read-only
request #9625: Gulp build concurrency failures
How to test: In tuleap root dir, - run npm install - run npm run build - tuleap/src/www/assets/manifest.json should not be mangled (it should be correct json) Without this patch, it is sometimes mangled due to concurrent accesses. Change-Id: Ic5e53f8e4a902fc41475f281b987336ed78c4c1f
Modified Files
Name | ||||
---|---|---|---|---|
M | gulpfile.js | +17 | −10 | Go to diff View file |
M | package.json | +3 | −1 | Go to diff View file |
M | tools/utils/tuleap-gulp-build.js | +20 | −9 | Go to diff View file |