You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm misusing or misunderstood, but having problems with addPassthroughCopy. I have it set to assets. When I renamed an image file, it didn't get copied until I restarted 11ty serve command, and the old file remained in the _site folder.
That said I would expect a new cookies.svg to trigger a build if its matches a passthrough copy location. I ran a quick test and verified in a simple project that this behavior does work, so there might be another circumstance happening here. Can you run Debug mode and provide the Watching for changes to: line?
Operating system
macOS 13.2.1
Eleventy
2.0.0
Describe the bug
Thanks for all your work!
Maybe I'm misusing or misunderstood, but having problems with addPassthroughCopy. I have it set to
assets
. When I renamed an image file, it didn't get copied until I restarted 11ty serve command, and the old file remained in the _site folder.Reproduction steps
Using this config:
/assets/images/cookies sticker - cloud convert.svg
cookies.svg
The file in _site was not renamed. When I stopped and started
npx @11ty/eleventy --serve
, the new file appeared but the old file remainedExpected behavior
The file is renamed in _site without having to restart
npx @11ty/eleventy --serve
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: