tags:

views:

220

answers:

2

Hello,

I need to edit the current JQuery library 1.4.x (and completely rename the JQuery "object/function") in a high conflicting environment.

My question is, with what minifier has the official JQuery minified version been generated. Where can I find this minifier? (As I want to use it for minifing my version too).

Thank you! Tim

+2  A: 

I believe it is Google Closure: http://stackoverflow.com/questions/2030671/google-closure-minifier-online

Bart
Thanks for your help!
Tim
+3  A: 

According to the offical release notes it is the Google Closure Compiler.

mrydengren