From 376d677d4b087229adf85946a915a2c768f6d0c8 Mon Sep 17 00:00:00 2001 From: Timo Besenreuther Date: Mon, 10 Feb 2014 09:02:58 +0100 Subject: refs #4523 updating documentation for disable_merged_assets --- core/AssetManager.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/AssetManager.php') 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. * -- cgit v1.2.3