Open
Description
Describe the bug
While it correctly copies and builds files during startup, Eleventy doesn't watch .md/.liquid
files in a given folder if a glob pattern containing that folder (but different file extensions) is used as addPassthroughCopy
.
To Reproduce
Steps to reproduce the behavior:
1, create a folder called pages
inside the input folder
2. add eleventyConfig.addPassthroughCopy("pages/**/*.webp")
to .eleventy.js
3. create a test.md
file inside the pages/docs/
folder
4. start eleventy npx @11ty/eleventy --serve
5. try editing the pages/docs/test.md
file
Expected behavior
Should rebuild the test.md
file if modified.
Environment:
- OS and Version: Linux
- Eleventy Version: 1.0.1-canary.3