]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add note for asset pipeline and third-party apps on stable7
authorRealRancor <Fisch.666@gmx.de>
Tue, 12 May 2015 16:59:57 +0000 (18:59 +0200)
committerRealRancor <Fisch.666@gmx.de>
Tue, 12 May 2015 16:59:57 +0000 (18:59 +0200)
config/config.sample.php

index 3ddf0a6cab62225b3ad1a6de9db6e64e31ca28c6..60c01af6b4bdca5976f06c4ed738dce8b28af7e4 100644 (file)
@@ -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,