ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

css changes not applied #115

Open bertman80 opened 7 months ago

bertman80 commented 7 months ago

Hello, I mainly work with vscode and PHP, so vscode's live server is not enough for me, so I use this Chrome plugin. The page refreshes nicely when I save it (even when I save the css). But the CSS (separate file) adjustments are not applied. Even if I press ctrl+f5 in Chrome, doesn't work. If I put the URL in another browser, it will pick up the CSS adjustment.

The adjustment is for example a simple body color.

body {
  background-color: #22262A;
}

I hope it is a simple thing to resolve, because I use it alot (the css changes)

Someone mentions: reboot the computer did the trick, but not for me.

medwuu commented 3 months ago

I agree. It's annoying! Cleaning cookies helped me. Try to block cookies from the live server