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 9f4f8af46..cfd9cfc1f 100644 --- a/admin_manual/configuration_server/js_css_asset_management_configuration.rst +++ b/admin_manual/configuration_server/js_css_asset_management_configuration.rst @@ -1,9 +1,10 @@ JavaScript and CSS Asset Management =================================== -In production environments, JavaScript and CSS files are delivered in a concatenated and compressed format. +In production environments, JavaScript and CSS files should be delivered in a concatenated and compressed format. -ownCloud creates individual JavaScript and CSS files and saves them in a folder called 'assets' in the web root. This folder must be owned by the web server user and is used for static delivery of these files. +ownCloud 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 ownCloud has been installed. +This folder must be owned by the web server user and will be used for static delivery of these files. Parameters @@ -12,8 +13,10 @@ Parameters .. code-block:: php true, - + $CONFIG = array ( + ... + 'asset-pipeline.enabled' => true, + ... + ); You can set this parameters in the :file:`config/config.php`