Skip to content

Commit

Permalink
Merge pull request #225 from nmccready/gruntDefaultTasks
Browse files Browse the repository at this point in the history
Grunt default task
  • Loading branch information
Huei Tan authored Jul 21, 2016
2 parents 9476430 + 7ce1a2d commit f87a51c
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 @@ -112,4 +112,5 @@ module.exports = function(grunt) {
grunt.registerTask('build', ['check', 'clean', 'concat', 'uglify', 'copy']);
grunt.registerTask('test', ['build', 'karma']);
grunt.registerTask('cov', ['coveralls']);
grunt.registerTask('default', ['build', 'test']);
};

0 comments on commit f87a51c

Please sign in to comment.