From 6ef0f43ff086e49aa60ac0625eddee2a331edf74 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Sep 2016 09:06:48 +0200 Subject: [PATCH] Add a warning about the removed feature --- .../js_css_asset_management_configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/configuration_server/js_css_asset_management_configuration.rst b/admin_manual/configuration_server/js_css_asset_management_configuration.rst index 4a06e3a20..c0beca46d 100644 --- a/admin_manual/configuration_server/js_css_asset_management_configuration.rst +++ b/admin_manual/configuration_server/js_css_asset_management_configuration.rst @@ -1,6 +1,11 @@ JavaScript and CSS Asset Management =================================== +.. warning:: The asset pipelining feature has been remove in Nextcloud 10, because it broke several + apps, calendar and gallery being two of them. In order to remove traces, you can manually + remove the ``asset-pipeline.enabled`` config from your config file and delete the + ``assets/`` folder. + In production environments, JavaScript and CSS files should be delivered in a concatenated and compressed format. Nextcloud can automatically collect all JavaScript and CSS files, aggregate and compress them to then save the result in a folder called 'assets' which can be found in the folder where Nextcloud has been installed.