tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

It doesn't reload on changes #399

Closed proffapt closed 1 year ago

proffapt commented 2 years ago

Issue description

It starts successfully; detects changes successfully; but doesn't reload the page.

Software details

aviraltiwari commented 1 year ago

I'm facing same issue on WSL2

proffapt commented 1 year ago

I'm facing same issue on WSL2

Did you have a proper html syntax? I mean html, title and body tag..

Because that's what I was missing at, and when i made sure it wasn't the case.. it worked.