Skip to content

Commit f87a51c

Browse files
author
Huei Tan
authored
Merge pull request #225 from nmccready/gruntDefaultTasks
Grunt default task
2 parents 9476430 + 7ce1a2d commit f87a51c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,5 @@ module.exports = function(grunt) {
112112
grunt.registerTask('build', ['check', 'clean', 'concat', 'uglify', 'copy']);
113113
grunt.registerTask('test', ['build', 'karma']);
114114
grunt.registerTask('cov', ['coveralls']);
115+
grunt.registerTask('default', ['build', 'test']);
115116
};

0 commit comments

Comments
 (0)