Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace build system with a faster new one that uses Node and UglifyJS and ↵ | Colin Snover | 2011-01-17 | 1 | -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 Resig | 2010-10-17 | 1 | -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 Aaron | 2010-09-01 | 1 | -1/+1 |
| | | | | several error messages that we choose to ignore. | ||||
* | Added in integrated JSLint checking against the jQuery source. Just run ↵ | jeresig | 2010-03-01 | 1 | -0/+36 |
'make lint' to see the result. |