From 6e868943a28b700af987c21318c0ea8a6ff9587e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 14 Apr 2011 10:32:23 -0700 Subject: [PATCH] add yui-compressor --- yui-compressor | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 yui-compressor diff --git a/yui-compressor b/yui-compressor new file mode 100755 index 0000000..584b913 --- /dev/null +++ b/yui-compressor @@ -0,0 +1,4 @@ +#!/bin/sh + +java -jar ~/apps/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar "$1" -o "$2" +