I'm using assetic within Symfony2 to load all of my assets, and I'm also using the compass filter. All my code is now out of development so I need to compress it if possible. I've looked into the uglifyCSS filters but I don't and probably can't install Node on my server.
Is there a way to make Symfony2 use the Sass --style :compressed functionality so my code is minified when i generate assets?