From 030bd5dc92f3817d0a1752f003b97eccd2ce78b7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Sep 2016 08:58:10 +0200 Subject: [PATCH] No more asset pipelining --- admin_manual/configuration_server/index.rst | 1 - .../js_css_asset_management_configuration.rst | 27 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 admin_manual/configuration_server/js_css_asset_management_configuration.rst diff --git a/admin_manual/configuration_server/index.rst b/admin_manual/configuration_server/index.rst index 702700681..8564cc174 100644 --- a/admin_manual/configuration_server/index.rst +++ b/admin_manual/configuration_server/index.rst @@ -20,7 +20,6 @@ Nextcloud Server Configuration harden_server reverse_proxy_configuration thirdparty_php_configuration - js_css_asset_management_configuration automatic_configuration oc_server_tuning theming diff --git a/admin_manual/configuration_server/js_css_asset_management_configuration.rst b/admin_manual/configuration_server/js_css_asset_management_configuration.rst deleted file mode 100644 index 4a06e3a20..000000000 --- a/admin_manual/configuration_server/js_css_asset_management_configuration.rst +++ /dev/null @@ -1,27 +0,0 @@ -JavaScript and CSS Asset Management -=================================== - -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. - -If your Web server has write access to your Nextcloud installation, then the 'assets' folder will be automatically created for you, otherwise, you need to create it yourself before enabling that option and you must give write access to your Web server user. - -Assets found in that folder will from now on be served as static files by your Web server and will be automatically refreshed whenever Nextcloud or one of its apps is updated. -It's important to note that apps installed via git might not always update their version number with every commit and this could lead to an out-of-sync asset folder. -It is not recommended to enable asset-pipelining when using apps pulled via git. - - -Parameters ----------- - -:: - - true, - ... - ); - -You can set this parameter in the :file:`config/config.php`