Explorar o código

Remove JSHint from build steps

Gaël Métais %!s(int64=4) %!d(string=hai) anos
pai
achega
16c3abf3f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',