Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

webuni/assetic-bundle

Repository files navigation

WebuniAsseticBundle

Build status

Installation

Edit your composer.json and add the following package as a require:

{
    "require": {
        "webuni/assetic-bundle": "1.0@dev"
    }
}

Edit your app/AppKernel.php and add the bundle to the registerBundles method:

public function registerBundles()
{
    $bundles = array(
        // ...
        new Webuni\AsseticBundle\WebuniAsseticBundle(),
        // ...
    )
}

Releases

No releases published

Packages

No packages published

Languages