When I make a change to a css include file, it is not being refreshed when I run in Chredge. Looking at the element in the browser debugger I see the old css, which is not anywhere in my source code. I tried a clean, restarted VS. Does not appear to happen
with Chrome.
Member
2 Points
11 Posts
CSS not being refreshed with using Edge Chromium
Jun 11, 2020 03:54 PM|Jim Young|LINK
When I make a change to a css include file, it is not being refreshed when I run in Chredge. Looking at the element in the browser debugger I see the old css, which is not anywhere in my source code. I tried a clean, restarted VS. Does not appear to happen with Chrome.
All-Star
53051 Points
23638 Posts
Re: CSS not being refreshed with using Edge Chromium
Jun 11, 2020 05:14 PM|mgebhard|LINK
Press ctrl-F5 to force the browser to do a GET rather than pull the CSS file from cache.
Member
2 Points
11 Posts
Re: CSS not being refreshed with using Edge Chromium
Jun 11, 2020 05:19 PM|Jim Young|LINK
Didn't expect to have to do that, since it's new deployment, but that works. Thanks,