We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9476430 + 7ce1a2d commit f87a51cCopy full SHA for f87a51c
1 file changed
Gruntfile.js
@@ -112,4 +112,5 @@ module.exports = function(grunt) {
112
grunt.registerTask('build', ['check', 'clean', 'concat', 'uglify', 'copy']);
113
grunt.registerTask('test', ['build', 'karma']);
114
grunt.registerTask('cov', ['coveralls']);
115
+ grunt.registerTask('default', ['build', 'test']);
116
};
0 commit comments