diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-09 17:59:57 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-03-09 17:59:57 +0100 |
commit | 85ea681685f73498e22a7c120ad0e46430b97d7c (patch) | |
tree | ba95644926c484aa5f9ac92a4e3582e0f6283f7e /grunt.js | |
parent | 9fd5e7a153edb3dd5c060f7e6faad80c12120535 (diff) | |
download | jquery-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.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |