Skip to content

Commit

Permalink
adds default grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
amejiarosario committed Jul 22, 2015
1 parent d008e81 commit a0e0a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ module.exports = function (grunt) {
grunt.registerTask('test', ['karma:travis']);


};
grunt.registerTask('default', ['test', 'build']);


};

0 comments on commit a0e0a3e

Please sign in to comment.