Parcourir la source

Fix jshint:grunt to new location of grunt tasks.

Herbert Vojčík il y a 10 ans
Parent
commit
21926f78e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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']
     }
   });
 };