Skip to content

Commit

Permalink
Added YUI Compressor.
Browse files Browse the repository at this point in the history
Adding the YUI Compressor jar file to enable building of the minified files without the need to set up the compressor location. Also makes it simpler to run in a continuous integtation system.
  • Loading branch information
elson committed Jul 21, 2009
1 parent 3f854ef commit 333f6e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.properties
@@ -1,4 +1,3 @@
LINE=1.5
VERSION=1.5.1
CSSVERSION=151
YUI_JAR=../../../yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -13,6 +13,7 @@
<property name="DIST_PKG_DIR" value="${DIST_DIR}/${NAME}/${VERSION}" />
<property name="DIST_ZIP" value="${ROOT_DIR}/${NAME}-${VERSION}.zip" />
<property name="DIST_TGZ" value="${ROOT_DIR}/${NAME}-${VERSION}.tgz" />
<property name="YUI_JAR" value="build/lib/yuicompressor-2.4.2.jar" />

<!-- Files -->

Expand Down
Binary file added build/lib/yuicompressor-2.4.2.jar
Binary file not shown.

0 comments on commit 333f6e2

Please sign in to comment.