dev-master
9999999-dev https://github.com/digitalcreations/bundler-cssminCSSMin support for dc/bundler
MIT
The Requires
- dc/bundler dev-master
- natxet/cssmin 3.*
Wallogit.com
2017 © Pedro Peláez
CSSMin support for dc/bundler
Enables you to minify CSS files using dc/bundler., (*1)
composer require dc/bundler-cssmin
or in composer.json, (*2)
"require": {
"dc/bundler-cssmin": "dev-master"
}
This package depends on dc/router, but strongly suggests dc/ioc. This is how you register the transformer with
the IoC container so it is picked up automatically:, (*3)
\DC\Bundler\CSSMin\CSSMinTransformer::registerWithContainer($container, $filters, $plugins);
The $filters and $plugins variables are optional. They correspond to the
options to CssMin::Minify()., (*4)
CSSMin support for dc/bundler
MIT