瀏覽代碼

Remove JSHint from build steps

Gaël Métais 4 年之前
父節點
當前提交
16c3abf3f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',