stable

Clone or download

Read-only

npm run build should build kanban

This is part of request #10398 npm run build should build angular apps How to test this: - 'npm run build' in tuleap core should build the kanban, i.e. run 'bower install', 'npm install' and 'npm run build' - 'npm run components' should rebuild only the js components (TLP, dashboards, navbar-history, etc.) - 'npm run angular-apps' should rebuild only angular apps (kanban) Other angular apps will come later to ease the review. Change-Id: I3020328af3a6eda7c2ed29c00bb85f00c92f18f9

Modified Files

Name
M Makefile +1 −0 Go to diff View file
M gulpfile.js +8 −2 Go to diff View file
M package-lock.json +12 −0 Go to diff View file
M package.json +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package-lock.json +232 −113 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +2 −0 Go to diff View file
M src/www/scripts/package-lock.json +743 −602 Go to diff View file
M src/www/themes/common/tlp/package-lock.json +1209 −734 Go to diff View file
M tests/selenium/DockerImage/Dockerfile +2 −0 Go to diff View file
M tests/selenium/wrap.sh +2 −2 Go to diff View file
M tools/rpm/Makefile +2 −2 Go to diff View file
A tools/utils/component-builder.js +127 −0 Go to diff View file
M tools/utils/tuleap-gulp-build.js +5 −75 Go to diff View file