From: RealRancor Date: Tue, 12 May 2015 16:59:57 +0000 (+0200) Subject: Add note for asset pipeline and third-party apps on stable7 X-Git-Tag: v7.0.6RC1~6^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02ef38406429a82961fc15779b0880957016ec06;p=nextcloud-server.git Add note for asset pipeline and third-party apps on stable7 --- 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,