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
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-09-20 01:14:04 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-09-20 01:14:04 +0300
commit76186e7a5b02e466f5c1165824399caa85c70ccf (patch)
tree6e917a0148f5b590c851036feb0348a204cfb037 /tests/angularjs
parent39b5cba5c03fe928378bc5c147cda3b260bb23ac (diff)
expose some DOM methods (#10522)
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/angularjs/Gruntfile.js b/tests/angularjs/Gruntfile.js
index 3527b5973a..8dc577a407 100644
--- a/tests/angularjs/Gruntfile.js
+++ b/tests/angularjs/Gruntfile.js
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
},
"shell": {
compilePiwikJs: {
- command: "sed '/<DEBUG>/,/<\\/DEBUG>/d' < piwik.js | sed 's/eval/replacedEvilString/' | java -jar yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar --type js --line-break 1000 | sed 's/replacedEvilString/eval/' | sed 's/^[/][*]/\\/*!/' > piwik-min.js && cp piwik-min.js ../piwik.js",
+ command: "sed '/<DEBUG>/,/<\\/DEBUG>/d' < piwik.js | sed 's/eval/replacedEvilString/' | java -jar yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar --type js --line-break 1000 | sed 's/replacedEvilString/eval/' | sed 's/^[/][*]/\\/*!/' > piwik-min.js && cp piwik-min.js ../piwik.js",
options: {
execOptions: {
cwd: 'js'