aboutsummaryrefslogtreecommitdiffstats
path: root/build/jslint-check.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-171-5/+5
| | | | generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973.
* Handle the case where JSLint complains about arguments in try/catch already ↵John Resig2010-10-171-2/+2
| | | | being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now).
* Increase max number of JSLint errors. This is necessary because we have ↵Brandon Aaron2010-09-011-1/+1
| | | | several error messages that we choose to ignore.
* Added in integrated JSLint checking against the jQuery source. Just run ↵jeresig2010-03-011-0/+36
'make lint' to see the result.