aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-09 17:59:57 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-03-09 17:59:57 +0100
commit85ea681685f73498e22a7c120ad0e46430b97d7c (patch)
treeba95644926c484aa5f9ac92a4e3582e0f6283f7e /grunt.js
parent9fd5e7a153edb3dd5c060f7e6faad80c12120535 (diff)
downloadjquery-ui-85ea681685f73498e22a7c120ad0e46430b97d7c.tar.gz
jquery-ui-85ea681685f73498e22a7c120ad0e46430b97d7c.zip
Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway
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