Which tools does jQuery use to compress its source code in version 1.6.2?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It uses UglifyJS. Previously (until 1.4) they used Packer.
https://github.com/jquery/jquery/blob/master/Makefile#L9
回答2:
I'm not sure, but I find this (minifyjavascript.com) useful, dunno if it helps.