Someone managed to use the filters minification of javascript and stylesheets (\Phalcon\Assets\Filters\Jsmin and \Phalcon\Assets\Filters\Cssmin)?
I tried numerous times, recompile the Phalcon, according to the tips on this topic this: https://forum.phalcon.io/discussion/3637/phalcon-assets-filters-jsmin-non-free-jsminifier-not-available
$this->assets->collection('javascripts')
->addJs('style.js')
->setTargetPath('production.js')
->setTargetUri('production.js')
->addFilter(new Phalcon\Assets\Filters\Jsmin());
I can not generate the final file with all the minified content, neither filters seems to work!
Use the Phalcon 1.3.4! Anyone have any tips?
Thanks !