Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add undef:true to JSHint now that it understands hoisting | Mike Sherov | 2012-01-19 | 1 | -84/+187 |
| | | | | also add smarttabs:true and fix some smarttabs spacing issues | ||||
* | Fix #10692. JSLint is dead! Long live JSHint! | Mike Sherov | 2011-12-08 | 2 | -5504/+4256 |
| | | | | Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82 | ||||
* | Update the UglifyJS code. | John Resig | 2011-05-02 | 2 | -45/+91 |
| | |||||
* | Updating UglifyJS. | John Resig | 2011-04-17 | 2 | -437/+571 |
| | |||||
* | Replace build system with a faster new one that uses Node and UglifyJS and ↵ | Colin Snover | 2011-01-17 | 4 | -0/+8327 |
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. |