diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-08 16:50:22 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-08 16:50:22 +0000 |
commit | 4678c074c9d011ce1b32eb1d0a78899881eea070 (patch) | |
tree | cbde5773c66bda39cd28f6fc03912fd5c0bf7dbc | |
parent | 2b4c8b925442a1677fcf188671a876b95f946a69 (diff) | |
download | hugs-4678c074c9d011ce1b32eb1d0a78899881eea070.tar hugs-4678c074c9d011ce1b32eb1d0a78899881eea070.tar.gz hugs-4678c074c9d011ce1b32eb1d0a78899881eea070.tar.bz2 hugs-4678c074c9d011ce1b32eb1d0a78899881eea070.tar.xz hugs-4678c074c9d011ce1b32eb1d0a78899881eea070.zip |
helper for minifying css
-rw-r--r-- | compile.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..5f7450b --- /dev/null +++ b/compile.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# + +JAVA=`which java` +$JAVA -jar yuicompressor-2.4.6.jar --type css -o public/source-min.css public/source.css + |