filipac / jsmin4assetic
Library for minifying JavaScript files using jsmin with assetic and composer
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/filipac/jsmin4assetic
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-09-25 10:21:07 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)