From 3d1662544345493dca66f7f1ff9a21757d40792f Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Tue, 13 Oct 2015 23:11:23 +1300 Subject: add comment to document new feature https://github.com/piwik/piwik/issues/8529 --- config/global.ini.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index bdf4b3dbd4..7dd55d3719 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -127,6 +127,7 @@ enabled = 0 ; if set to 1, javascript files will be included individually and neither merged nor minified. ; this option must be set to 1 when adding, removing or modifying javascript files +; Note that for quick debugging, instead of using below setting, you can add `&disable_merged_assets=1` to the Piwik URL disable_merged_assets = 0 [General] -- cgit v1.2.3