aboutsummaryrefslogtreecommitdiffstats
path: root/build/uglify.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert uglify.js to original and handle build changes in make fileDan Heberden2011-01-191-2/+2
|
* Merge branch 'master' of https://github.com/mathiasbynens/jquery into ↵John Resig2011-01-181-2/+2
|\ | | | | | | mathiasbynens-master
| * Add missing line break after copyright header and trailing semicolon at the ↵Mathias Bynens2011-01-181-2/+2
| | | | | | | | end of the minified version.
* | Weird, not sure why I got an exec error before - doesn't seem to be needed.John Resig2011-01-181-0/+0
|/
* Make sure that the UglifyJS file is executable.John Resig2011-01-181-0/+0
|
* Replace build system with a faster new one that uses Node and UglifyJS and ↵Colin Snover2011-01-171-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.