Changeset 350


Ignore:
Timestamp:
01/11/2010 08:54:45 PM (2 years ago)
Author:
ofer
Message:

Use google compiler instead of YUI compressor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/build.sh

    r331 r350  
    9292  for file in `find . -maxdepth 2 -iname '*.js'`; do  
    9393    echo "minifying $file" 
    94     java -jar /root/yui/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar $file -o $TRANSPOSH_DIR/$file 
     94#    java -jar /root/yui/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar $file -o $TRANSPOSH_DIR/$file 
     95    java -jar /root/googlecompiler/compiler.jar --js $file --js_output_file $TRANSPOSH_DIR/$file 
    9596  done; 
    9697 
Note: See TracChangeset for help on using the changeset viewer.