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. to test: - run 'npm prune && npm install', then run the four commands above. All should work. Change-Id: I083556443048faab3e0a771cbb173fcf016e1f05
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/Gruntfile.js | +34 | −16 | Go to diff View file |
M | www/scripts/angular/build.config.js | +99 | −101 | Go to diff View file |
M | www/scripts/angular/package.json | +25 | −18 | Go to diff View file |
M | www/scripts/angular/po/fr.po | +3 | −77 | Go to diff View file |