I am trying to set the Compass output style like so:
Compass.configuration do |config|
config.output_style = :compressed
end
but the generated CSS is still :expanded.
I also tried adding
Frank.sass_options = Compass.sass_engine_options
but to no avail.
I am trying to set the Compass output style like so:
but the generated CSS is still
:expanded.I also tried adding
but to no avail.