Which tools does jQuery use to compress its source

2019-05-24 07:46发布

问题:

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.