dc/bundler-jsmin

JSMin support for dc/bundler

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

pkg:composer/dc/bundler-jsmin

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

This package is not auto-updated.

Last update: 2025-09-27 22:07:21 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);