Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/README
blob: b0a1bfe24581ed1aebb3a0142f568def525678fd (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * build.sh path_to_jre
 *
 * Optimize and concatenate JS/CSS
 *
 * Parameters:
 *   path_to_jre - the path to your java binary, example: ../jre1.6.0_06/bin/java (or if java is installed, `which java`)
 *
 * Notes:
 *   JRE can be obtained from http://www.java.com/en/download/
 **/