SASS - Compress CSS with sass

To compress SASS CSS output ( e.g - put all CSS on single line w.o. the unneeded white-space ) use something like the following (on the shell) when starting SASS (where main.css is the stylesheet):
sass --watch main.scss:main.css --style compressed
Other Sass output options here.
Reply:
 
 
 
 
rendered @ Wed Jun 19 4:13:19 CEST 2013