Procházet zdrojové kódy

Fix jshint:grunt to new location of grunt tasks.

Herbert Vojčík před 10 roky
rodič
revize
21926f78e1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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