From 6f862c0ff5efc39cf5700e138e6fff14914a6205 Mon Sep 17 00:00:00 2001 From: utvk Date: Fri, 9 May 2014 09:59:25 +0200 Subject: jshint also default --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1d2b284..de58cc6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,6 +50,5 @@ module.exports = function (grunt) { }); // Default task. - //grunt.registerTask('default', ['jshint', 'nodeunit']); - grunt.registerTask('default', ['nodeunit']); + grunt.registerTask('default', ['jshint', 'nodeunit']); }; -- cgit v1.2.3