[Pkg-owncloud-commits] [owncloud-doc] 18/270: adding documentation about asset management in ownCloud

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:52:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 8a0965808e77909829a613194e202a343f88d335
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue Apr 15 17:01:11 2014 +0200

    adding documentation about asset management in ownCloud
---
 admin_manual/configuration/configuration_assets.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/admin_manual/configuration/configuration_assets.rst b/admin_manual/configuration/configuration_assets.rst
new file mode 100644
index 0000000..9e0cb11
--- /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
+
+  <?php
+
+    'asset-pipeline.enabled' => true,
+
+
+This parameters can be set in the :file:`config/config.php`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list