Replaced JSMin with JSqueeze
This commit is contained in:
parent
1aff1e0a1e
commit
627c0aa643
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue