Should I use the YUI Compressor or the new Google Closure compiler to compress my JavaScript?

前端 未结 7 1974
野趣味
野趣味 2021-01-30 08:47

YUI Compressor was the consensus best tool for minimizing, but Closure seems like it could be better.

7条回答
  •  我在风中等你
    2021-01-30 09:18

    You can make some tests here, and see what is better in each browser: http://jsperf.com/closure-vs-yui

提交回复
热议问题