dc/bundler-jshrink

JSMin support for dc/bundler

dev-master 2015-05-24 12:32 UTC

This package is not auto-updated.

Last update: 2024-11-15 22:31:07 UTC


README

Enables you to minify Javascript files using dc/bundler.

Installation

composer require dc/bundler-jshrink

or in composer.json

"require": {
    "dc/bundler-jshrink": "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:

\DC\Bundler\JShrink\JShrinkTransformer::registerWithContainer($container);