aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 50e999993..e4db51f65 100644
--- a/grunt.js
+++ b/grunt.js
@@ -1,4 +1,3 @@
-/*global config:true, task:true*/
function stripBanner(files) {
return files.map(function(file) {
return '<strip_all_banners:' + file + '>';
@@ -238,6 +237,8 @@ config.init({
node: true
},
globals: {
+ task: true,
+ config: true,
file: true,
log: true,
template: true