Changeset 493
- Timestamp:
- 08/09/2010 01:13:54 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/build.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/build.sh
r463 r493 93 93 fi 94 94 95 DATE=`date -R` 96 YEAR=`date +%Y` 95 97 if [ "$DEBUG" != 'debug' ]; then 96 98 echo "Minify .js files" … … 98 100 echo "minifying $file" 99 101 # java -jar /root/yui/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar $file -o $TRANSPOSH_DIR/$file 100 java -jar /root/googlecompiler/compiler.jar --js $file --js_output_file $TRANSPOSH_DIR/$file 102 echo "/* 103 * Transposh v$VERSION 104 * http://transposh.org/ 105 * 106 * Copyright $YEAR, Team Transposh 107 * Licensed under the GPL Version 2 or higher. 108 * http://transposh.org/license 109 * 110 * Date: $DATE 111 */" > $TRANSPOSH_DIR/$file 112 java -jar /root/googlecompiler/compiler.jar --create_source_map /tmp/map-${file:5} --js $file >> $TRANSPOSH_DIR/$file 101 113 done; 102 114
Note: See TracChangeset
for help on using the changeset viewer.
