Chrome's "Auto-Reload Generated CSS" not reloading page when SASS recompiles CSS

Viewed 3753

I'm trying to get Chrome's DevTools to auto reload a page when I save a watched SCSS file which will compile and make changes to the CSS file.

I have the Auto-reload generated CSS option checked, but sadly, it isn't working as expected. enter image description here

Whenever I make changes to the SCSS file and save it, the page doesn't reload. I have added my working folder to the workspace and also mapped the files (both the SCSS file and the generated CSS) to their respective versions on my local system drive. This, however, doesn't help.

The SASS source maps seems to be working fine as the scss files are reflected in the DevTools inspector:

enter image description here

I'm using Chrome version 31:

enter image description here

Have I missed out anything that I don't know of? What else do I have to do to get this to work?

2 Answers
Related