Zach Leatherman

Results 991 comments of Zach Leatherman

Closing this one as stale, sorry. I did manually test on both Mac and Windows and the file creation date was used as the default both during live server reloads...

https://www.11ty.dev/docs/plugins/inputpath-to-url/ is this feature! Duplicate of #84

I see a similar misunderstanding in your other issue here: https://github.com/11ty/eleventy/issues/1112#issuecomment-3560622355 `{% extends %}` doesn’t use or populate the Eleventy Data Cascade. The front matter is discarded entirely there. You’ll...

Reproduced! Specifically, this happens when a directory data file is newly created (but some internal cache on the template file not picking it up)

I like it! Thank you!

Failure on Image missing `sizes` when using multiple output widths is intentional behavior. This is related though, the error is skipped when using `loading="lazy"` (as we assume `sizes: auto`) in...

Confirmed this, filed upstream first: https://github.com/timkendrick/recursive-copy/issues/44

Lovely visualization here of the dep graph: https://npmgraph.js.org/?q=%4011ty%2Feleventy%40canary#select=exact%3Arecursive-copy%402.0.14

@BenjaminEHowe I think we’ll temporarily fork this one and hopefully move to `fs.cp` in the next major. Looks like `fs.cp` is stable in Node v22.3.0: https://nodejs.org/docs/latest-v22.x/api/fs.html#fscpsrc-dest-options-callback Filed that work at...