2017 © Pedro Peláez
 

library bundler-cssmin

CSSMin support for dc/bundler

image

dc/bundler-cssmin

CSSMin support for dc/bundler

  • Sunday, May 24, 2015
  • by vegardlarsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CSSMin wrapper for dc/bundler

Enables you to minify CSS files using dc/bundler., (*1)

Installation

composer require dc/bundler-cssmin

or in composer.json, (*2)

"require": {
    "dc/bundler-cssmin": "dev-master"
}

Setup

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)

The Versions

24/05 2015

dev-master

9999999-dev https://github.com/digitalcreations/bundler-cssmin

CSSMin support for dc/bundler

  Sources   Download

MIT

The Requires