summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2015-05-12 18:59:57 +0200
committerRealRancor <Fisch.666@gmx.de>2015-05-12 18:59:57 +0200
commit02ef38406429a82961fc15779b0880957016ec06 (patch)
tree57b6584580e3e1f8c56128c4047c3daa7916e475 /config
parentcf05d50654c2b7464675876be6d08b7f525b5803 (diff)
downloadnextcloud-server-02ef38406429a82961fc15779b0880957016ec06.tar.gz
nextcloud-server-02ef38406429a82961fc15779b0880957016ec06.zip
Add note for asset pipeline and third-party apps on stable7
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,