From 72464f1ce49b16049e0c82aedf2f740b50ec1991 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 15 Jul 2016 20:14:11 +0200 Subject: 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. --- config/config.sample.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'config') 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 @@ -1168,22 +1168,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. -- cgit v1.2.3