Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Append files to existing archive #184

Open
mriehema opened this issue Aug 17, 2016 · 0 comments
Open

Append files to existing archive #184

mriehema opened this issue Aug 17, 2016 · 0 comments

Comments

@mriehema
Copy link

Hi, I'm not sure, if this is already possible or a feature request.

I have an existing zip file and I want to append some extra files. But this is not working. Instead the original file is overwritten.

My config looks like:

      compress: {
        addFileTask: {
          options: {
            archive: 'existing-file.zip',
            mode: 'zip'
          },
          expand: true,
          src: 'foo.bar',
          dest: 'new-folder-inside-zip/'
        }
      },

Did I miss any options/configs or is this just not working yet?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant