How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed
but that didn't work.
In your config.rb
file:
output_style = :compressed
More at http://compass-style.org/help/documentation/configuration-reference/.
Did you try with the full name of the argument in command line ?
compass watch --output-style=compressed
i use the following terminal command
compass compile -e production --force
reference: http://compass-style.org/help/tutorials/production-css/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With