What minifier was used to generate the official JQ

2020-02-24 11:24发布

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

标签: jquery
2条回答
Summer. ? 凉城
2楼-- · 2020-02-24 11:46

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

查看更多
不美不萌又怎样
3楼-- · 2020-02-24 11:51

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.

查看更多
登录 后发表回答