Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway

This commit is contained in:
Jörn Zaefferer 2012-03-09 17:59:57 +01:00
parent 9fd5e7a153
commit 85ea681685

View File

@ -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