lmammino/jsmin4assetic

Library for minifying JavaScript files using jsmin with assetic and composer

1.0.0 2013-02-28 11:59 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:07:29 UTC


README

Slight modified version of nick4fake/JsMin that works with Assetic.

The fastest solution to use JsMin and Assetic if you use Composer.

Installation

Add the following lines to your composer.json

{
    "require": {
        "lmammino/jsmin4assetic": "1.0.*"
    }
}

and run

> php composer.phar update

or

> composer update (if you installed composer globally)