stable
Clone or download
Read-only
request #8556: Update grunt build
You can test this change by running 'npm prune && npm install && grunt' - Adds an editorconfig file to help with space indent - Grunt builds now autoload tasks and display the time each task takes - Migrates from Jasmine 1.3 --> 2.3. Migrates tests to comply with the new syntax. - Adds a `grunt coverage` task. Use it to generate and open in your browser an HTML report of the jasmine test coverage. Change-Id: Ie47eb49210b943ab0e5a2d1b3b9ec3c95e196df5
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/www/js/planning-v2/.editorconfig | +17 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/.gitignore | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/Gruntfile.js | +497 | −509 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/bower.json | +23 | −23 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/build.config.js | +95 | −95 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/karma/karma-unit.tpl.js | +68 | −62 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/package.json | +25 | −21 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +46 | −46 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-factory.spec.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.spec.js | +17 | −17 | Go to diff View file |