dc/bundler-jshrink

JSMin support for dc/bundler

Maintainers

Package info

github.com/digitalcreations/bundler-jshrink

pkg:composer/dc/bundler-jshrink

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-07 05:07:22 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);