-
|
I want to use eleventy for making an epub book. There needs to be a file named "mimetype" (no extension). I have this in my config file: config.addPassthroughCopy("src/mimetype") But no file is copied. But this did work in an earlier version, it was ok in version 0.12.1, which was the current version last time I was using it. How can I do this with version 3.1.2 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
That should work see this minimal repo. Can you share more of your setup/config/folder structure so we can help debug what is going on in your case? Sharing the actual repo is best if you can. |
Beta Was this translation helpful? Give feedback.
That should work see this minimal repo.
Can you share more of your setup/config/folder structure so we can help debug what is going on in your case? Sharing the actual repo is best if you can.