Martin Mårtensson

Results 3 comments of Martin Mårtensson

I changed my environment between `local` and `production`, none are minimizing the files.

Removing it did nothing. I deleted the previous builds and ran the command again, but it's still not minimized. `'CssMin' => array('CssMinFilter', function($filter) { $filter->whenClassExists('CssMin'); }),` This in the `config.php`...

This is still not fixed. I had to add `clone` to the `FilterFactory.php` file (as @davejamesmiller mentioned) or else `#foo .bar` would become `#foo.bar`. My collection looks like this: ```...