From c3c3a50bdd5361951f45f552ef0611f17c03c2a8 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 22 Dec 2013 22:24:27 -0800 Subject: [PATCH] gruntfile update --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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']);