Browse Source

Remove JSHint from build steps

Gaël Métais 4 years ago
parent
commit
16c3abf3f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -200,7 +200,7 @@ module.exports = function(grunt) {
     });
 
     grunt.registerTask('build', [
-        'jshint',
+        //'jshint',
         'clean:build',
         'copy:build',
         'less',