YUI Compressor java
- by Alexander
Hi
I want to use Yahoo's compressor for compressing js and css files.
Which can be found here:
http://developer.yahoo.com/yui/compressor/
My only problem is that i have never used Java before. I have no idea how to execute or use this command line. I only have experience with js, jquery and php.
It simply says:
Usage:
java -jar yuicompressor-x.y.z.jar [options] [input file]
How should I proceed?