Minify jQuery based js files

前端 未结 5 916
别那么骄傲
别那么骄傲 2020-12-13 05:08

We are using jQuery in our project. We have numerous custom javascript files in our web-app that have UDFs utilizing the jQuery features. We need to reduce the size (as a pa

5条回答
  •  不知归路
    2020-12-13 05:36

    The YUI Compressor is a tool I use, it compresses both JS and CSS well, and it is written in Java (so you can work it into a build process via ant).

    Someone's even made an online version of it.

提交回复
热议问题