From 10b6ef896e96c58485c8be5b732e5c00f990aaf2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 Mar 2014 15:14:23 -0400 Subject: [PATCH] add yuicompressor helper --- .bin/yuicompressor | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .bin/yuicompressor diff --git a/.bin/yuicompressor b/.bin/yuicompressor new file mode 100755 index 0000000..2c3bc0e --- /dev/null +++ b/.bin/yuicompressor @@ -0,0 +1,2 @@ +#!/bin/bash +exec java -jar "/usr/local/src/chrome-ext/yuicompressor"/yuicompressor-*.jar "$@" -- 2.39.5