library bundler-jshrink
JSMin support for dc/bundler
dc/bundler-jshrink
JSMin support for dc/bundler
- Sunday, May 24, 2015
- by vegardlarsen
- Repository
- 2 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
JShrink wrapper for dc/bundler
Enables you to minify Javascript files using dc/bundler., (*1)
Installation
composer require dc/bundler-jshrink
or in composer.json, (*2)
"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:, (*3)
\DC\Bundler\JShrink\JShrinkTransformer::registerWithContainer($container);