puli / assetic-extension
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Puli extension for the Assetic asset management library.
1.0.0-alpha1
2014-12-03 14:44 UTC
Requires
- php: >=5.3.9
- kriswallsmith/assetic: ~1.2
- puli/repository: ~1.0
- puli/twig-extension: ~1.0
This package is auto-updated.
Last update: 2022-02-01 12:42:14 UTC
README
ATTENTION: This package is not maintained anymore.
Latest release: 1.0.0-alpha1
PHP >= 5.3.9
A WIP extension for the Assetic library.
Installation
You can install the extension with Composer:
{ "require": { "puli/assetic-extension": "~1.0" }, "minimum-stability": "dev" }
Run composer install
or composer update
to install the library. At last, include Composer's generated autoloader and you're ready to start:
require_once __DIR__.'/vendor/autoload.php';