Which tools does jQuery use to compress its source code in version 1.6.2?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
It uses UglifyJS. Previously (until 1.4) they used Packer.
https://github.com/jquery/jquery/blob/master/Makefile#L9
I'm not sure, but I find this (minifyjavascript.com) useful, dunno if it helps.