summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3ddf0a6cab6..60c01af6b4b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -807,6 +807,9 @@ $CONFIG = array(
/**
* All css and js files will be served by the web server statically in one js
* file and one css file if this is set to ``true``.
+ *
+ * .. note:: Test this thoroughly on production systems as it should work reliably
+ * with core apps, but you may encounter problems with community/third-party apps.
*/
'asset-pipeline.enabled' => false,