lmammino / jsmin4assetic
Library for minifying JavaScript files using jsmin with assetic and composer
Installs: 431 485
Dependents: 7
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2024-10-26 14:26:40 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)