I have this dir structure:
asdf
|---a
| |---files
| |---folders
|
|---b
|---files
|---folders
I wanted to use grunt-contrib-compress (I suppose is the one I want), to end up with 2 zip files a.zip and b.zip
a.zip
|---files
|---folders
b.zip
|---files
|---folders
Is there any way to do this? I can't find anywhere something about having more than one output (it says nowhere whether it's possible or not). And the only other questions about compress are about making the zip without the root folder (which I would also like for this)
Any help would be appreciated :)
The compress task does not provide that feature out of the box, but there is great workaround using a dynamic config:
Run it with your target path: