stable

Clone or download

Read-only

request #10604: Fix tracker sass build

How to test: - delete the folder plugins/tracker/node_modules - run 'npm run sass' - without this patch, the build will fail but still return a 0 status (ok) - with this patch, the build will not fail and the tracker components will be installed before building the tracker sass Change-Id: I22908ffad9b1a2338396490988b1593a35f596a5

Modified Files

Name
M gulpfile.js +82 −76 Go to diff View file
M package.json +1 −0 Go to diff View file
A tools/utils/sass-builder.js +73 −0 Go to diff View file
M tools/utils/tuleap-gulp-build.js +12 −50 Go to diff View file