Open skyfroger opened 1 week ago
To confirm that I can reproduce. Thanks for reporting.
Seems related to:
yeah, happens for me too.. my solution is any time I want to preview I just run touch _quarto.yml
and then the preview session will reload and show the changes, without that it will still reload but not show any changes, I'm also thinking into adding some file watch service and run the touch command for me to automate this until a proper fix reaches a future release.
Bug description
I tried to find reasonable explanation for such behaviour. But I can't find the source of this bug. Maybe it specific for my machine. But I don't know how to fix this problem.
I encountered this bug for website projects and standalone qmd files.
Steps to reproduce
Create website project:
Start website preview:
Edit file
index.qmd
inside project folder and save changes.Edit file
about.qmd
inside project folder and save changes.Expected behavior
After saving changes to the qmd files browser reloads page and show updated html.
Actual behavior
Content of
index.html
page updated after saving changes toindex.qmd
file and browser page autoreloads. Content ofabout.html
page stays the same after saving changes toabout.qmd
file and browser page autoreloads. But if I restartquarto preview
command, I am seeing changes made to theabout.qmd
file.Your environment
Quarto check output