diff --git a/Gruntfile.js b/Gruntfile.js index e7effe95..2f43b5eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -196,6 +196,7 @@ module.exports = function(grunt) { grunt.registerTask('build', ['clean', 'browserify', 'uglify', 'hash', 'buildIndex', 'shell', 'jasmine_node', 'jshint', 'lintStrings', 'compliment'] ); + grunt.registerTask('lint', ['jshint', 'compliment']); grunt.registerTask('fastBuild', ['clean', 'browserify', 'hash', 'buildIndex']); grunt.registerTask('watching', ['fastBuild', 'jasmine_node', 'jshint', 'lintStrings']);