How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed but that didn\'t work.
compass -s compressed
In your config.rb file:
config.rb
output_style = :compressed
More at http://compass-style.org/help/documentation/configuration-reference/.