HarshdeepGupta / live-html-preview

The most popular extension for previewing HTML documents.
https://marketplace.visualstudio.com/items?itemName=hdg.live-html-previewer
26 stars 15 forks source link

changes in external CSS doesn't update preview #6

Closed omartan closed 7 years ago

omartan commented 7 years ago

Not sure why, but if I were to change my css, like the colours, it'll not reflect in the HTML preview window, if I were to open in browser, I can see that the changes is done correctly

HarshdeepGupta commented 7 years ago

Fixed in the update.

pito-svk commented 6 years ago

Also not working for me.

I have this reference in my html file:

<head>
  <link rel="stylesheet" href="app.css">
</head>

And on any css changes I have to restart live previewer.