Results 3 comments of Jallits

How are you loading CssMin and JSMin? Have you seen: http://jasonlewis.me/code/basset/4.0/filters#windows-compatibility

He shouldn't have to modify his composer.json. CSSmin is a required repo in Assetic.

@raffjones if you look at the filter definition for CSSmin around line 234 in the config.php, you will see that `whenProductionBuild()` returns true is when CSSmin is actually applied. Same...