Replies: 2 comments 3 replies
-
A couple questions to see if we can figure out what's going on... Does the built-in web server work? I.e. if you do If the preview web server is working, do you see execution kicking off in the console when you make file changes? The console should produce a lot of output when you change and save a file. If you see execution going on each file save, then the watcher is working. Do you see traffic like the following in the browser devtools in that case: Live reload works by establishing a websocket connection between the browser and the preview web server. When Statiq rebuilds the site on file changes it "pushed" a websocket message to the client that tells the client to reload the current page. This is managed on the client by injecting some JavaScript that you should be able to see as well: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi I use Hugo most of the time but decided to give Statiq a try,. Unfortunately LiveReload is not working for me, I don’t know if it has something to do with my machine or it is a bug in Statiq.
I installed the Statiq.web from Nugget.
Beta Was this translation helpful? Give feedback.
All reactions