How to automate JavaScript files compression with YUI Compressor?

后端 未结 6 1966
死守一世寂寞
死守一世寂寞 2020-12-13 21:42

YUI Compressor does not accept wildcard parameters, so I cannot run it like this:

C:>java -jar yuicompressor.jar *.js

But I have over

6条回答
  •  余生分开走
    2020-12-13 22:15

    YUI compressor now supports wildcards, starting from version 2.4.4. You can get the latest version here or from YUI Git Hub.

提交回复
热议问题