I have a Rails 3.1 application that uses SASS. The application.css.scss
file looks like:
@import 'reset.css'; @import '960.css'; @import 'pages/master.css.scss';
I have a watchr script that touches application.css.scss
whenever one of the @imported files is changed.
For a while this setup worked fine. Ever since last week (and I'm not sure why), Rails has been pulling a cached version of application.css
for the webpages despite all my attempts at restarting the app, re-touching application.css.scss
, etc. I've also deleted .sass-cache
to no effect.
Any ideas?
I had the same issue. I stopped the server, executed rm -fr tmp/cache
, and my css files were finally rebuild.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With