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