Zach Leatherman
Zach Leatherman
~~Yeah, probably just missing a `.gitignore` file? Though honestly my perspective on the reliance on `.gitignore` here may be shifting a bit after reading through #857 again.~~ Disregard this comment
Just diving in a little bit deeper here I think the confusion is probably that globs passed to `addPassthroughCopy` bypass ignores! Here are the fast-glob that bypass ignores worth looking...
Now, I’m not saying it _shouldn’t_ bypass ignores but just that behavior is not obvious—especially given that I’m guessing this version of passthrough copy _does_ obey ignores https://www.11ty.dev/docs/copy/#passthrough-by-file-extension and maybe...
Going to coalesce over at #1134 which is a duplicate of this one—please subscribe over there!
Cross posting discussion from Twitter here https://twitter.com/roobottom/status/1459106529781686285 Notably, > For the record `precompiledCollections` is a stop gap—the goal is to get collections working on serverless without manual intervention.
This is even more important now with Eleventy Serverless.
Oh one more comment here, I do want to make sure that this is published on the web site and not included in the bundle, for bundle size reasons https://github.com/11ty/eleventy/issues/1885
Just for completeness I’d link up a very minimal page here https://www.11ty.dev/docs/programmatic/
https://www.11ty.dev/docs/data-eleventy-supplied/ does exist Going a little further, I think we should add some error messaging if you try to set one of these. I’m going to swap this issue to...