I'm attempting to set up Chrome's DevTools to automatically reload a page when I save changes to a watched SCSS file that compiles and updates the CSS file.
Although I have checked the Auto-reload generated CSS option, it is unfortunately not functioning as expected.
Each time I make revisions to the SCSS file and save it, the page does not refresh. I have included my working directory in the workspace and linked the files (both the SCSS and generated CSS) to their respective versions on my local drive. However, this does not resolve the issue.
The SASS source maps appear to be operating correctly since the scss files are visible in the DevTools inspector:
I am using Chrome version 31:
Could I be overlooking something that I am unaware of? What additional steps are necessary to achieve the desired outcome?