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:
authormattab <matthieu.aubry@gmail.com>2014-01-08 01:32:27 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-08 01:32:27 +0400
commit36fff3b0e0f8f24b254666a38ea2327662ec51fc (patch)
tree56c37e7394fe5a1b0b04585b35cd6b1de3a545b9 /core/AssetManager
parent9f50f28fc938fd57173c0acd1546d5da75b1ecc8 (diff)
Minor
Diffstat (limited to 'core/AssetManager')
-rw-r--r--core/AssetManager/UIAssetMinifier.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/AssetManager/UIAssetMinifier.php b/core/AssetManager/UIAssetMinifier.php
index 5391c20e44..ed8a79e6de 100644
--- a/core/AssetManager/UIAssetMinifier.php
+++ b/core/AssetManager/UIAssetMinifier.php
@@ -62,6 +62,7 @@ class UIAssetMinifier extends Singleton
private static function validateDependency()
{
if (!class_exists("JShrink\\Minifier"))
- throw new Exception("JShrink dependency is managed using Composer. <br>php composer.phar update ");
+ throw new Exception("JShrink could not be found, maybe you are using Piwik from git and need to have update Composer. <br>php composer.phar update");
}
+
}