barryvdh / assetic-filters
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v0.1.0) of this package.
Additional CSSminFilter and UriPrependFilter, using the mrclay/minify libraries
v0.1.0
2013-03-23 21:56 UTC
Requires
- php: >=5.3.1
- kriswallsmith/assetic: 1.*
- mrclay/minify: *
This package is auto-updated.
Last update: 2024-03-09 07:42:20 UTC
README
Based on mrclay/minify
This package adds 2 filters:
CSSminFilter
UriPrependFilter
CSSminFilter
Run a CSS asset through CSSmin.php
UriPrependFilter
Append a path to all files in a CSS asset. Can either be set with the first argument.
mrclay/minify
The dev-master from https://github.com/mrclay/minify/ is added as required package. This package includes CSSmin, JSMin (for the default JSMinFilter), and the additional libraries from mrclay/minify