Eleventy — Use Passthrough File Copy to Add Assets 🖼️

👉 https://w3things.com/blog/eleventy-passthrough-file-copy/

Learn how to use the Passthrough File Copy feature to add static assets like CSS and JS to the output directory in the Eleventy (11ty) site.

#eleventy #11ty #StaticSiteGenerators #javascript

Eleventy — Use Passthrough File Copy to Add Assets

Learn how to use the Passthrough File Copy feature to add static assets like CSS and JS to the output directory in the Eleventy (11ty) site.

W3Things

@w3things Nice writeup. I hadn't seen your earlier #11ty posts until now. I've added them all to the 11ty Bundle. It would be great if you had an RSS feed. I was unable to find one. I'd love to keep up with your stuff via RSS.

https://11tybundle.dev/authors/danial-zahid/

6 posts by Danial Zahid

Posts in the 11ty Bundle written by Danial Zahid

@bobmonsour

Thanks Bob! 🙂

Yes, I haven't set up an RSS feed for W3Things yet. I'll look into adding one later.

Appreciate your work on 11ty Bundle and curating Eleventy resources! 👍

@w3things @eleventy On a recent project I needed to build it for three browser extensions and a web version. I was able to replace my old webpack setup with Eleventy and I spammed passthrough file copy to get most of the stuff in the right place.

@bw @eleventy

Hi Blake,

Hmm, that's good to know! 🙂