mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
adding documentation about asset management in ownCloud
This commit is contained in:
20
admin_manual/configuration/configuration_assets.rst
Normal file
20
admin_manual/configuration/configuration_assets.rst
Normal 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`
|
||||
Reference in New Issue
Block a user