diff options
author | RealRancor <Fisch.666@gmx.de> | 2015-05-12 18:59:57 +0200 |
---|---|---|
committer | RealRancor <Fisch.666@gmx.de> | 2015-05-12 18:59:57 +0200 |
commit | 02ef38406429a82961fc15779b0880957016ec06 (patch) | |
tree | 57b6584580e3e1f8c56128c4047c3daa7916e475 /config | |
parent | cf05d50654c2b7464675876be6d08b7f525b5803 (diff) | |
download | nextcloud-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.php | 3 |
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, |