ownCloud Administrators Manual

    • Overview
    • Introduction
    • What’s New for Admins in ownCloud 7
    • Installation
    • Configuration
      • Apps Configuration
      • User Management
      • User Authentication with LDAP
      • Configuring Server-to-Server Sharing
      • Defining Background Jobs
      • Configuring the Collaborative Documents App
      • Enabling the Documents App
      • Asset Management
        • Parameters
      • Using Third Party Components
      • Configuring the ClamAV Antivirus Scanner
      • Defining Automatic Configuration
      • Custom Client Configuration
      • Database Configuration
      • Use Server-Side Encryption
      • Knowledge Base Configuration
      • Language Configuration
      • Logging Configuration
      • Mail Configuration
      • Preview Configuration
      • Reverse Proxy Configuration
      • File Sharing
      • Uploading big files > 512MB (as set by default)
      • Enabling uploading big files
      • Configuring External Storage (GUI)
      • Configuring External Storage (Configuration File)
      • Custom User Backend Configuration
      • Serving static files via web server
      • Enabling Full-Text Search
    • Maintenance
    • Issues

Asset Management¶

In production environments, JavaScript and CSS files are 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.

Parameters¶

<?php

  'asset-pipeline.enabled' => true,

You can set this parameters in the config/config.php