I just upgraded to Rails 3.1 and am having a problem with Asset Pipeline. Basically, when I do a local dev, and I make changes to any of my .css.scss files, I have to run:
rake assets:precompile
On the command line and THEN, refresh your browser before I can see any style changes. How can I make it so that it automatically precompiles every time I reload the page in development?
Thanks in advance!
source share