YUI Compressor java
        Posted  
        
            by 
                Alexander
            
        on Super User
        
        See other posts from Super User
        
            or by Alexander
        
        
        
        Published on 2011-03-11T07:38:27Z
        Indexed on 
            2011/03/11
            16:12 UTC
        
        
        Read the original article
        Hit count: 286
        
java
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?
© Super User or respective owner