New `watch` option pointing directly at Eleventy output folder will trigger two reload events
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 109
- Forks
- 20
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
One from Eleventy, one from the dev server.
e.g. watch: ["_site"]
Follow up to #19.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at server.js line 82 and review how a watch option pointing at _site is handled. Reproduce with watch: ["_site"] and confirm the two reload events described in the issue. Done means the Eleventy output-folder watch no longer causes duplicate reloads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100