We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8e5c2 commit 0b9cf0cCopy full SHA for 0b9cf0c
Gruntfile.js
@@ -63,5 +63,6 @@ module.exports = function(grunt) {
63
});
64
65
grunt.registerTask('default', ['jshint', 'watch']);
66
+ grunt.registerTask('build', ['jshint', 'jasmine', 'uglify']);
67
68
};
0 commit comments