Browse Source

Merge remote-tracking branch 'kkujala/master'

Yury Delendik 13 years ago
parent
commit
8ccbba442a
  1. 5
      make.js

5
make.js

@ -765,7 +765,10 @@ target.lint = function() {
echo(); echo();
echo('### Linting JS files (this can take a while!)'); 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', 'web/*.js',
'test/*.js', 'test/*.js',
'test/unit/*.js', 'test/unit/*.js',

Loading…
Cancel
Save