Has anyone compiled jQuery against Google\'s newly-released Closure compiler?
There has been reported huge savings in code size. I\'m curious what the benefit is if
Doesn't Closure just minimize and renames vars? jQuery already has a .min version. Minifying with closure again will probably be minimally helpful and potentially dangerous.
Edit: I just did it.
Compilation was a success!
Original Size: 55.91KB (19.28KB gzipped)
Compiled Size: 54.05KB (18.28KB gzipped)
Saved 3.34% off the original size (5.18% off the gzipped size)
This is on top of the already mined version. There's a demo here: http://closure-compiler.appspot.com/home