filipac/jsmin4assetic

Library for minifying JavaScript files using jsmin with assetic and composer

1.0.3 2018-03-13 13:17 UTC

This package is auto-updated.

Last update: 2024-04-25 06:55:57 UTC


README

JSMin4Assetic
-------------

Slight modified version of [lmammino/jsmin4assetic](https://github.com/lmammino/jsmin4assetic/) that works with [Assetic](https://github.com/kriswallsmith/assetic).

The fastest solution to use JsMin and Assetic if you use [Composer](http://getcomposer.org/).


Installation
============

Add the following lines to your `composer.json`

``` javascript
{
    "require": {
        "filipac/jsmin4assetic": "1.0.*"
    }
}
```

and run 

`> php composer.phar update`

or

`> composer update`
(if you installed composer globally)