I'm using Rails 3.1 and I have a dynamic.css.scss.erb
in app/assets/stylesheets
that generates css from the user-configurable settings. This works really well.
If these settings change, though, I'd like to invalidate the css to force a reload of the new values.
How do I do this? Or else, what other method do I use to generate the dynamic CSS?