1
0
Преглед на файлове

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