Browse Source

Fix jshint:grunt to new location of grunt tasks.

Herbert Vojčík 10 years ago
parent
commit
21926f78e1
1 changed files with 1 additions and 1 deletions
  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']
     }
   });
 };