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/config
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 /config
parent6148bb1532fb88da4d21e8a4c1f2903a715e4c5e (diff)
refs #4523 updating documentation for disable_merged_assets
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 1b3462453f..654672ecff 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -76,8 +76,9 @@ enable_sql_profiler = 0
; this is useful for Piwik developers as an easy way to create data in their local Piwik
track_visits_inside_piwik_ui = 0
-; if set to 1, javascript and css files will be included individually
-; this option must be set to 1 when adding, removing or modifying javascript and css files
+; if set to 1, javascript files will be included individually and the css will be regenerated from the less
+; files when they change
+; this option must be set to 1 when adding, removing or modifying javascript and less files
disable_merged_assets = 0
; If set to 1, all requests to piwik.php will be forced to be 'new visitors'