lmammino/jsmin4assetic

Library for minifying JavaScript files using jsmin with assetic and composer

Installs: 474 966

Dependents: 7

Suggesters: 1

Security: 0

Stars: 6

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/lmammino/jsmin4assetic

1.0.0 2013-02-28 11:59 UTC

This package is not auto-updated.

Last update: 2025-09-27 18:51:10 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)