aboutsummaryrefslogtreecommitdiffstats
path: root/build/jslint.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-171-5500/+0
| | | | 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.
* Added in integrated JSLint checking against the jQuery source. Just run ↵jeresig2010-03-011-0/+5500
'make lint' to see the result.