A while ago I was using compass to generate stylesheets from sass for a project.
Recently I returned to that project. I went to my sass directory and did \"compass w
I usually have my config.rb in my project directory (or root) rather than the sass directory.
Folder structure would be like this:
Also your css_dir and sass_dir have the same value, which could lead to your issue as well.