how automate javascript files concentration yui compressor?
does accept wildcard parameters, i can't run this:
c:>java -jar yuicompressor.jar *.js
but i have over 500 files rather have emanate collection record this:
c:>java -jar yuicompressor.jar file1.js -o deploy\file1.js
c:>java -jar yuicompressor.jar file2.js -o deploy\file2.js
...
c:>java -jar yuicompressor.jar file500.js -o deploy\file500.js
and impetus record names not such uniform way.
is there proceed automate but minute any code? :)
Comments
Post a Comment