Tim
Tim

Reputation: 325

What minifier was used to generate the official JQuery "minified" version?

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

Upvotes: 29

Views: 6690

Answers (2)

mrydengren
mrydengren

Reputation: 4260

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

UPDATE:

As of jQuery 1.5 they are using UglifyJS (ticket) instead of the Google Closure Compiler.

Upvotes: 26

Bart
Bart

Reputation: 6814

I believe it is Google Closure: Google Closure minifier online?

Upvotes: 2

Related Questions