Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-08 06:00:24 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-08 06:00:24 +0400
commitb639dca576db2af6c67ddf096827b809a03c83b1 (patch)
treed92e56fc4bae98b7e3965336fbaa6f2cc5ea66ec /libs
parent1d7d969aad39381ca811d5a7a0d30d01b7fb7a7d (diff)
Use same yuicompressor as in js/README
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/jqplot/build_minified_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/jqplot/build_minified_script.sh b/libs/jqplot/build_minified_script.sh
index 27be8ba21d..38584f136d 100755
--- a/libs/jqplot/build_minified_script.sh
+++ b/libs/jqplot/build_minified_script.sh
@@ -21,6 +21,6 @@ cat plugins/jqplot.categoryAxisRenderer.js >> jqplot-custom.min.js-temp
cat plugins/jqplot.canvasTextRenderer.js >> jqplot-custom.min.js-temp
cat plugins/jqplot.canvasAxisTickRenderer.js >> jqplot-custom.min.js-temp
-java -jar ../../js/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar --type js --line-break 1000 jqplot-custom.min.js-temp > jqplot-custom.min.js
+java -jar ../../js/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar --type js --line-break 1000 jqplot-custom.min.js-temp > jqplot-custom.min.js
rm ./jqplot-custom.min.js-temp