dc/bundler-jsmin

JSMin support for dc/bundler

dev-master 2015-05-22 12:33 UTC

Requires

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 66fcf9ffa6573a2d16ae3d68763c40c12f8b9fc1

This package is not auto-updated.

Last update: 2026-06-21 02:06:48 UTC


README

Enables you to minify Javascript files using dc/bundler.

Installation

composer require dc/bundler-jsmin

or in composer.json

"require": {
 "dc/bundler-jsmin": "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\JSMin\JSMinTransformer::registerWithContainer($container);