Explorar o código

Gruntfile: Removing obsolete jshint targets

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
23b1ce98da
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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']
     }
   });
 };