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

前端 未结 2 595
-上瘾入骨i
-上瘾入骨i 2020-12-29 20:45

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

相关标签:
2条回答
  • 2020-12-29 21:21

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

    0 讨论(0)
  • 2020-12-29 21:33

    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.

    0 讨论(0)
提交回复
热议问题