1
0
Fork 0
easejs/tools
Mike Gerwitz 66fd2ece83 Switched to Closure Compiler
This is nothing against uglify. Rather, here's the story on this:

Commit e4cd1e fixed an error that was causing minified files to break in IE.
This was due to how IE interprets things, not how UglifyJS was minifying them.
Indeed, Closure Compiler had the exact same problem.

The decision to move to Closure Compiler was due to a variety of factors, which
came down to primarily feature set and tests. Closure Compiler is well tested
and maintained. It also includes a number of additional, beneficial features.
UglifyJS is an excellent project and I would recommend it to anyone, but it is
not tested (no unit tests; it's tested by ensuring common libraries like jQuery
run after minification). It is, however, significantly faster.

It's likely that, in the future, once I add autoconf for the build process to
configure certain settings, that I will add UglifyJS as an option. I'm sure many
people would prefer that, especially those who dislike Java and do not wish to
have it installed. Hopefully those that do decide to install Java will go with
openjdk, not Oracle's proprietary implementation.
2011-12-06 18:28:58 -05:00
..
browser-test.html No longer clearing test name output on successful browser test 2011-03-07 08:29:18 -05:00
combine [#25] Adding proper dirname to combined tests 2011-10-23 00:22:43 -04:00
combine-order.js Replaced hard-coded, manually ordered module list with script (#25) 2011-08-14 18:45:16 -04:00
combine-test.tpl Added missing client-side "fail" assertion 2011-12-06 18:27:41 -05:00
combine.tpl [#25] Adding proper dirname to combined tests 2011-10-23 00:22:43 -04:00
license.tpl Updated URL in combined license 2011-10-14 22:07:45 -04:00
rmtrail /bin/{bash => sh} to support system with only sh installed 2011-03-07 22:54:59 -05:00