소스 검색

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']
     }
   });
 };