diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-13 00:52:20 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-05-13 00:52:20 +0200 |
commit | 87052be76f477d7053fecf8a0dd7b8935ab80f45 (patch) | |
tree | 57b6584580e3e1f8c56128c4047c3daa7916e475 | |
parent | cf05d50654c2b7464675876be6d08b7f525b5803 (diff) | |
parent | 02ef38406429a82961fc15779b0880957016ec06 (diff) | |
download | nextcloud-server-87052be76f477d7053fecf8a0dd7b8935ab80f45.tar.gz nextcloud-server-87052be76f477d7053fecf8a0dd7b8935ab80f45.zip |
Merge pull request #16291 from RealRancor/asset_pipe_note
Add note for asset pipeline and third-party apps on stable7
-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, |