How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed
but that didn't work.
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
Did you try with the full name of the argument in command line ?
i use the following terminal command
reference: http://compass-style.org/help/tutorials/production-css/
In your
config.rb
file:More at http://compass-style.org/help/documentation/configuration-reference/.