How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed
but that didn't work.
views:
169answers:
1
A:
In your config.rb
file:
output_style = :compressed
More at http://wiki.github.com/chriseppstein/compass/configuration-reference.
Rob Wilkerson
2010-02-25 19:35:54
Thanks, somehow missed that page in the wiki
Mark Robinson
2010-02-26 12:21:44