I have a Rails 3.1 application that uses SASS. The application.css.scss file looks like:
application.css.scss
@import \'reset.css\'; @import \'960.css\'; @import \'p
I had the same issue. I stopped the server, executed rm -fr tmp/cache, and my css files were finally rebuild.
rm -fr tmp/cache