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:
authorTimo Besenreuther <timo.besenreuther@gmail.com>2014-02-10 12:02:58 +0400
committerTimo Besenreuther <timo.besenreuther@gmail.com>2014-02-10 12:02:58 +0400
commit376d677d4b087229adf85946a915a2c768f6d0c8 (patch)
treedd14cf859ae3a3d8aab892a3eeb52ddd835a91c9 /core/AssetManager.php
parent6148bb1532fb88da4d21e8a4c1f2903a715e4c5e (diff)
refs #4523 updating documentation for disable_merged_assets
Diffstat (limited to 'core/AssetManager.php')
-rw-r--r--core/AssetManager.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 28e097c7ae..ce5ef7aa0a 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -34,8 +34,9 @@ use Piwik\Config as PiwikConfig;
* - Manages server-side cache
*
* Whether assets are included individually or as merged files is defined by
- * the global option 'disable_merged_assets'. When set to 1, files will be
- * included individually.
+ * the global option 'disable_merged_assets'. When set to 1, JavaScript files will
+ * be included individually and the css will be regenerated from the less
+ * files when they change.
* When set to 0, files will be included within a pair of files: 1 JavaScript
* and 1 css file.
*