diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-15 20:14:11 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-15 20:14:11 +0200 |
commit | 72464f1ce49b16049e0c82aedf2f740b50ec1991 (patch) | |
tree | 9b54b530efba0852cd6857b1920821222d45f0b6 /config | |
parent | e577ef87280788b788f6c38daf8e38043bbfbc8c (diff) | |
download | nextcloud-server-72464f1ce49b16049e0c82aedf2f740b50ec1991.tar.gz nextcloud-server-72464f1ce49b16049e0c82aedf2f740b50ec1991.zip |
Remove asset pipelin
Fixes #215
The asset pipeline has shown to do more harm than good. Some apps fail
hard with it. Also it makes sure that you download a huge file on each
unvisited page.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index ed482e7c9a0..051e5422fe5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1169,22 +1169,6 @@ $CONFIG = array( 'part_file_in_storage' => true, /** - * 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``. This improves performance. - */ -'asset-pipeline.enabled' => false, - -/** - * The parent of the directory where css and js assets will be stored if - * pipelining is enabled; this defaults to the Nextcloud directory. The assets - * will be stored in a subdirectory of this directory named 'assets'. The - * server *must* be configured to serve that directory as $WEBROOT/assets. - * You will only likely need to change this if the main Nextcloud directory - * is not writeable by the Web server in your configuration. - */ -'assetdirectory' => '/var/www/nextcloud', - -/** * Where ``mount.json`` file should be stored, defaults to ``data/mount.json`` * in the Nextcloud directory. */ |