This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm having some trouble compiling AND minifying my scss files. I've got Compass enabled on my project. The contents of my config.rb folder is
The only changes i've made are the cssdir and imagesdir. Everything else is default. I have a number of scss files all imported into Now, when I make a change to my sass files, everything compiles as expected to I hope all of that makes sense. Is there a setting I've overlooked? |
|
|
Add the following into config.rb to have it minified by Compass, you dont want to set the minify option within WW for screen.css
|
|
|
This is an OK solution but is there a way of having an expanded and compressed version generated at the same time? |
|
|
Not when using Compass as far as I am aware.
|
|