Gjslint also the build related js files.

This commit is contained in:
Kalervo Kujala 2012-08-23 21:20:21 +03:00
parent 62e6b434b9
commit 2516be859b

View File

@ -697,7 +697,10 @@ target.lint = function() {
echo();
echo('### Linting JS files (this can take a while!)');
var LINT_FILES = ['src/*.js',
var LINT_FILES = ['make.js',
'external/builder/*.js',
'external/crlfchecker/*.js',
'src/*.js',
'web/*.js',
'test/*.js',
'test/unit/*.js',