JSMin4Assetic
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)