From 8a0965808e77909829a613194e202a343f88d335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 15 Apr 2014 17:01:11 +0200 Subject: [PATCH] adding documentation about asset management in ownCloud --- .../configuration/configuration_assets.rst | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 admin_manual/configuration/configuration_assets.rst diff --git a/admin_manual/configuration/configuration_assets.rst b/admin_manual/configuration/configuration_assets.rst new file mode 100644 index 000000000..9e0cb1165 --- /dev/null +++ b/admin_manual/configuration/configuration_assets.rst @@ -0,0 +1,20 @@ +Asset Management +================ + +In productive environments JavaScript and CSS files shall be delivered concatenated and minified. + +ownCloud will create individual JavaScript and CSS files in a folder names 'assets' in the web root. This +folder has to be owned by the web server user and will be used for static delivery of these files. + + +Parameters +---------- + +.. code-block:: php + + true, + + +This parameters can be set in the :file:`config/config.php`