Hello I am using Phalcon on WAMP.
Doesnt work Code in my pretty empty application:
$this->assets->collection('headerJs')->addJs('test.js')
->setTargetPath('final.js')
->setTargetUri('production/final.js')
->addFilter(new Phalcon\Assets\Filters\Jsmin())
;
it just outputs an error : Non-free jsminifier not available