dc/bundler-jshrink

JSMin support for dc/bundler

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dc/bundler-jshrink

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

This package is not auto-updated.

Last update: 2025-10-04 02:50:26 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);