I'm on a Mac, macOS High Sierra 10.13.6
Since i updated Chrome a week or two ago, changes i make to CSS files (or SCSS for what its worth) will be saved correctly always, but Chrome will only refresh the styles in my page once. Local Overrides are disabled, Workspaces set up correctly, Source Maps are and have always been proper and in place. Nothing actually changed in my environment, other than updating Chrome.
I tried resetting all the caches, tried hard reloads, removing cache internals even. I tried anything i could think of. I researched online but was not able to find answers to this particular problem.
So to sum it up:
- I open Chrome
- I load my page locally (a localhost environment)
- I open Developer Tools
- I pick an element on my page
- I click on the name of the resource on the right (a CSS or SCSS file)
- I make changes to the source of the CSS/SCSS file file via the sources tab
- I hit save. Changes are saved. Netbeans if open will immediately show the changes. If it was a SASS file, NetBeans triggers the compile on change
- Chrome updates the styles in the page as it should
- I make another change in Sources panel
- I save the changes
- Changes are saved – if NetBeans is open it will show the changes immediately and if it is a SASS file it will compile it
- Chrome does not update the styles in the page. Never again until i reload.
I even reinstalled Chrome. Removed ~/Library/Application Support/Google/Chrome entirely and restarted the browser after, starting off with a completely fresh profile. Still no jazz.
Can someone point me in the right direction here?