diff options
author | utvk <utvk@users.noreply.github.com> | 2014-05-09 09:59:25 +0200 |
---|---|---|
committer | utvk <utvk@users.noreply.github.com> | 2014-05-09 09:59:25 +0200 |
commit | 6f862c0ff5efc39cf5700e138e6fff14914a6205 (patch) | |
tree | 4ea3c343eea001aff2e55a42e8b1e01c6b0c8839 | |
parent | b3b5db42a3153c9b6887c955ce4deb42a23a6166 (diff) |
jshint also default
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 1 insertions, 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']); }; |