From c8d1bfdf87f968486c8bf31960fde5b1dc10cf42 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Sep 2016 09:18:12 +0200 Subject: [PATCH] Also remove assetdirectory --- .../js_css_asset_management_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c0beca46d..c78ecf029 100644 --- a/admin_manual/configuration_server/js_css_asset_management_configuration.rst +++ b/admin_manual/configuration_server/js_css_asset_management_configuration.rst @@ -3,8 +3,8 @@ 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. + remove the ``asset-pipeline.enabled`` and ``assetdirectory`` configs 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.