adding documentation about asset management in ownCloud

This commit is contained in:
Thomas Müller
2014-04-15 17:01:11 +02:00
parent 902ddc392f
commit 8a0965808e

View File

@@ -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
<?php
'asset-pipeline.enabled' => true,
This parameters can be set in the :file:`config/config.php`