stable

Clone or download

Read-only

Update kanban grunt build

Part of 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: I8dda443457d0af5759fd3ab08163dcd8a1a69353

Modified Files

Name
A plugins/agiledashboard/www/js/kanban/.editorconfig +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/.gitignore +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/Gruntfile.js +487 −512 Go to diff View file
M plugins/agiledashboard/www/js/kanban/bower.json +26 −26 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +96 −96 Go to diff View file
M plugins/agiledashboard/www/js/kanban/karma/karma-unit.tpl.js +67 −62 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +25 −22 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js +6 −9 Go to diff View file