Fork me on GitHub
#shadow-cljs
<
2023-01-26
>
hifumi12311:01:56

Is there something like shadow.html/copy-file that supports binary files? Learned the hard way that PNGs can't be copied this way 😄

thheller12:01:29

no, why would there be? just put it into the proper place from the start

hifumi12313:01:35

my specific cases involves an isolated project with a very rigid structure (and location of build artifacts) due to a tool im using making lots of strong assumptions on project layout in order to work

hifumi12313:01:05

while I usually keep files in their final place in e.g. public, in this case they'd have to be in a build folder, so in the end i used webpack plugins