Colin Snover
|
d503845d0c
|
Replace build system with a faster new one that uses Node and UglifyJS and 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.
|
2011-01-17 18:49:24 -06:00 |
|
John Resig
|
25828768d7
|
Handle the case where JSLint complains about arguments in try/catch already being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now).
|
2010-10-17 10:50:17 -04:00 |
|
Brandon Aaron
|
a2e1051fb4
|
Increase max number of JSLint errors. This is necessary because we have several error messages that we choose to ignore.
|
2010-09-01 10:48:19 -05:00 |
|
jeresig
|
950b5d64a2
|
Added in integrated JSLint checking against the jQuery source. Just run 'make lint' to see the result.
|
2010-03-01 21:51:44 -05:00 |
|