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:
authorFabian Becker <halfdan@xnorfz.de>2013-04-08 15:16:38 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-08 15:16:38 +0400
commit91e38e4f595acf17a58dba08fcab38c3855235af (patch)
tree23d5998ee4204addd956dda66d5bbc8fe98ca6d8 /libs
parent2af5132bb1c50ab5df2b7e8462b4d5f47b53adfb (diff)
Fix build script to not include -custom.min.js
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 7276679ae1..5a0efd25df 100755
--- a/libs/jqplot/build_minified_script.sh
+++ b/libs/jqplot/build_minified_script.sh
@@ -1,7 +1,7 @@
# build jqplot-custom.min.js
# the yuicompressor needs to be set up in piwik/js (see piwik/js/README.md)
-find . -name 'jqplot*.js' -print|xargs cat > jqplot-custom.min.js-temp
+find . -name 'jqplot.*.js' -print|xargs cat > jqplot-custom.min.js-temp
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