Just been having a problem with my Staticmatic project and thought it
was an issue with Compass, but further investigations seem to indicate
it might be something to do with Staticmatic.
2009/11/4 Stephen Bartholomew <st...@curve21.com>:
> StaticMatic doesn't pick up options set in Compass - yet :0)
> For the moment, you can set it manually in configuration.rb.
As I understand it, although I could be totally wrong here, the :css_filename option should be set to refer to the output CSS file for a given sass file. So in the case of Staticmatic, a sass file like this:
ROOT/src/stylesheets/screen.sass
The :css_filename would be set to something like this:
ROOT/site/stylesheets/screen.css
The value of :css_filename depends on the input sass file and so I'm not sure how I could go about setting this option globally in configuration.rb.
Just a Quick follow-up, here's the method in Compass that compiles a sass file; note how the css_filename get passed in and assigned to the :css_filename option: