瀏覽代碼

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']
     }
   });
 };