瀏覽代碼

Gruntfile: Removing obsolete jshint targets

Herbert Vojčík 10 年之前
父節點
當前提交
23b1ce98da
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Gruntfile.js

+ 1 - 4
Gruntfile.js

@@ -102,10 +102,7 @@ module.exports = function(grunt) {
 
     jshint: {
       amber: ['src/*.js'],
-      server: ['server/*.js'],
-      repl: ['repl/*.js'],
-      tests: ['test/*.js'],
-      grunt: ['grunt.js', 'grunt/**/*.js']
+      grunt: ['Gruntfile.js', 'grunt/**/*.js']
     }
   });
 };