ownCloud Server Administration Manual

    • Overview
    • ownCloud 8.0 Server Administration Manual Introduction
    • ownCloud 8.0 Release Notes
    • What’s New for Admins in ownCloud 8
    • Installation
    • User Management
    • File Sharing and Management
    • ownCloud Server Configuration
      • Configuring the ClamAV Antivirus Scanner
      • Automatic Configuration Setup
      • Defining Background Jobs
      • Config.php Parameters
      • Email Configuration
      • JavaScript and CSS Asset Management
        • Parameters
      • Knowledge Base Configuration
      • Language Configuration
      • Logging Configuration
      • Using the occ Command
      • Performance Tips
      • Server Tuning
      • Reverse Proxy Configuration
      • Enabling Full-Text Search
      • Using Third Party PHP Components
    • Database Configuration
    • Maintenance
    • Operations
    • Issues and Troubleshooting
    • ownCloud Videos
    • Enterprise Subscription Installation (ES Only)
    • Creating Custom and Branded ownCloud Clients (ES only)
    • External Storage (ES only)
    • User Management (ES only)

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