stable

Clone or download

Read-only

request #9039: separate tests and build

Introduces four npm scripts which will become standards across our javascript apps: `npm run build` - builds and minifies the app `npm run test` - runs linter and unit tests (for the CI) `npm run coverage` - runs unit tests and displays code coverage `npm run watch` - watches changes and runs unit tests Upgrades all outdated npm dependencies (except grunt-angular-gettext because it introduces breaking changes) to test: - run 'npm prune && npm install', then run the four commands above. All should work. Change-Id: I2417f2917fbe2e441aeec9807cc4a09929d7b1b0

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/Gruntfile.js +30 −14 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +20 −16 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/Gruntfile.js +29 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +20 −13 Go to diff View file