Replaced JSMin with JSqueeze

This commit is contained in:
Luke Towers 2019-06-12 02:33:53 -06:00
parent 1aff1e0a1e
commit 627c0aa643

View File

@ -140,7 +140,7 @@ class CombineAssets
* Minification filters
*/
if ($this->useMinify) {
$this->registerFilter('js', new \Assetic\Filter\JSMinFilter);
$this->registerFilter('js', new \Assetic\Filter\JSqueezeFilter);
$this->registerFilter(['css', 'less', 'scss'], new \October\Rain\Parse\Assetic\StylesheetMinify);
}