Image files generated during build are deleted #567
Unanswered
PhilippHandle
asked this question in
Q&A
Replies: 1 comment
-
Whoa, that looks really cool! I'm not positive what's causing the file to get deleted but I'll take another look. Off the top of my head, I wonder if you could solve this by splitting it into two listeners, one on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i implemented this https://gist.github.com/ryanscherler/f14976db7f1c0e5103b741a4a3b5858e and by the look the file gets delete after.
if i add an exit before the return the file stays there, but with out it it gets deleted.
if i change the code to write to the source folder, i have to run the build a second time.
Any tips?
Beta Was this translation helpful? Give feedback.
All reactions