/assetic-utils

Assetic extensions

Primary LanguagePHPMIT LicenseMIT

A loose collection of assetic related code

Build Status Coverage Status

Among other things this assetic extension allows to preprocesses require statements in assetic managed assets (for example JavaScript or CSS files)

Basic Usage

Installation

The recommended way to install assetic-utils is through composer.

Install the latest version with:

$ composer require radebatz/assetic-utils

Requirements

  • Assetic 1.3
  • PHP 5.6

License

All code is licensed under the MIT license.

Changelog

Issues that break backwards compatibility are flagged [BC].

v1.0.0

  • Initial release