quarto-dev / quarto-dev/quarto-cli
Resource files are not watched in preview mode
@cscheid is already working on this.
Since Nov 16, 2022.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
Using a build obtained an hour ago via git pull followed by ./configure.sh, on Mac, editing in VSCode, watching with Firefox.
I was adding the subscription feature to my blog. I added a subscribe.html file and was playing with it. Loaded the blog with quarto preview at the command line. I noticed that when editing and saving subscribe.html changes do not force an update of the preview in the browser. I guess this means that subscribe.html is not among the files monitored for changes during preview, and it would be easier if it were.
Holler if you need more info but I don't this is related to my particular files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.