aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-06-08 16:50:22 +0000
committerRomain d'Alverny <rda@mageia.org>2011-06-08 16:50:22 +0000
commit4678c074c9d011ce1b32eb1d0a78899881eea070 (patch)
treecbde5773c66bda39cd28f6fc03912fd5c0bf7dbc
parent2b4c8b925442a1677fcf188671a876b95f946a69 (diff)
downloadhugs-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.sh6
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
+