mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user