-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compress folder in OUT_DIR #9
Comments
There's an example that compresses files of a folder, then includes them. It uses the library include-flate – see also the mentioned trade-offs there. Let me know if that helps. |
@evolutics Unfortunately, that doesn't seems to work with OUT_DIR |
Interesting! Can you provide more details (code, error, environment, etc.), please? |
@evolutics Yes. Here's a reproduction: stevefan1999-personal/iftree-reproduce (github.com) |
Thank you very much for the full reproduction case. include-flate doesn't support absolute paths, see SOF3/include-flate#12. You'd have to use However, then there's the issue that relative paths generated by Iftree are relative to the Iftree base folder, which is I need to think about how to best resolve this. |
I made it! Here's how it looked:
Need to downgrade |
Hmm, maybe add a random number in base folder as a prefix, and expect to copy all the files over there? Like:
|
Thanks for sharing. Nice that you've found a solution for your problem. |
Would there likely be an example for that?
The text was updated successfully, but these errors were encountered: