Skip to content
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

FR: Folder Structure #14

Open
theskyfloor opened this issue Nov 4, 2019 · 2 comments
Open

FR: Folder Structure #14

theskyfloor opened this issue Nov 4, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@theskyfloor
Copy link

Would love the ability to compress with a folder structure... perhaps denoted by an array, i.e.:

{% set zip = {
    "folderName1":    { assetIdArray },
    "folderName2": { assetIdArray }
} %}

So that when the zip is opened/uncompressed it has files within the denoted folders.

Thanks!

@Mosnar
Copy link
Contributor

Mosnar commented Nov 4, 2019

I was thinking about this while building it but couldn't decide on a good format, (and also didn't need it for the project I originally built this for), so I shelved the idea, but I would love to implement it later on (and would be open to PRs of course).

I think this would involve some pretty big changes to implement, mainly due to the "auto-regenerating" functionality; however, I actually don't think it would be that difficult to do.

@freder
Copy link

freder commented Jun 29, 2023

#25 might serve as a starting point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants