Don't double-run jshint
The "test" task included jshint and manifests-to-js, so don't include them directly in the default task.
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -250,8 +250,6 @@ module.exports = function(grunt) { | ... | @@ -250,8 +250,6 @@ module.exports = function(grunt) { |
250 | // Default task. | 250 | // Default task. |
251 | grunt.registerTask('default', | 251 | grunt.registerTask('default', |
252 | ['clean', | 252 | ['clean', |
253 | 'jshint', | ||
254 | 'manifests-to-js', | ||
255 | 'test', | 253 | 'test', |
256 | 'concat', | 254 | 'concat', |
257 | 'uglify']); | 255 | 'uglify']); | ... | ... |
-
Please register or sign in to post a comment