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 @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! 🙂