ownCloud Administrators Manual

    • Overview
    • Introduction
    • What’s New for Admins in ownCloud 7
    • Installation
    • Configuration
      • Configuring the ClamAV Antivirus Scanner
      • Automatic Configuration Setup
      • Defining Background Jobs
      • Uploading big files > 512MB (as set by default)
      • Configuring the Collaborative Documents App
      • Enabling the Documents App
      • Config.php Parameters
      • Custom Client Configuration
      • Database Configuration
      • Email Configuration
      • Encryption Configuration
      • Configuring External Storage (GUI)
      • Configuring External Storage (Configuration File)
      • File Sharing
      • Files Locking App Configuration
      • JavaScript and CSS Asset Management
        • Parameters
      • Knowledge Base Configuration
      • Language Configuration
      • Logging Configuration
      • Previews Configuration
      • Reverse Proxy Configuration
      • Enabling Full-Text Search
      • Configuring Server-to-Server Sharing
      • Serving Static Files for Better Performance
      • Using Third Party PHP Components
      • User Authentication with IMAP, SMB, and FTP
      • User Authentication with LDAP
      • User Management
    • Maintenance
    • Issues

JavaScript and CSS 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