Skip to content

Commit

Permalink
fix report task
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Mar 20, 2014
1 parent 4befc46 commit d097903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ module.exports = function(grunt) {

grunt.registerTask("report", function() {
grunt.task.run([ "cover", "plato" ]);
makeBrowserTest();
});

grunt.registerTask("check", function(filter) {
Expand Down

0 comments on commit d097903

Please sign in to comment.