Преглед изворни кода

Fix jshint:grunt to new location of grunt tasks.

Herbert Vojčík пре 10 година
родитељ
комит
21926f78e1
1 измењених фајлова са 1 додато и 1 уклоњено
  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']
     }
   });
 };