Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert uglify.js to original and handle build changes in make file | Dan Heberden | 2011-01-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/mathiasbynens/jquery into ↵ | John Resig | 2011-01-18 | 1 | -2/+2 |
|\ | | | | | | | mathiasbynens-master | ||||
| * | Add missing line break after copyright header and trailing semicolon at the ↵ | Mathias Bynens | 2011-01-18 | 1 | -2/+2 |
| | | | | | | | | end of the minified version. | ||||
* | | Weird, not sure why I got an exec error before - doesn't seem to be needed. | John Resig | 2011-01-18 | 1 | -0/+0 |
|/ | |||||
* | Make sure that the UglifyJS file is executable. | John Resig | 2011-01-18 | 1 | -0/+0 |
| | |||||
* | Replace build system with a faster new one that uses Node and UglifyJS and ↵ | Colin Snover | 2011-01-17 | 1 | -0/+199 |
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. |