How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed but that didn't work.

link|improve this question

57% accept rate
feedback

1 Answer

up vote 8 down vote accepted

In your config.rb file:

output_style = :compressed

More at http://wiki.github.com/chriseppstein/compass/configuration-reference.

link|improve this answer
Thanks, somehow missed that page in the wiki – Mark Robinson Feb 26 '10 at 12:21
thanks, but the link doesn't work anymore – krike Aug 24 '11 at 7:56
The link works, it just points you to a different url – Rob Wilkerson Aug 24 '11 at 11:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.