cross-zip-cli icon indicating copy to clipboard operation
cross-zip-cli copied to clipboard

zip file empty if created inside source directory

Open garretwilson opened this issue 5 years ago • 0 comments

I have a dist/ directory containing files in dist/css/. If I run the command:

cross-zip dist dist/foobar.zip

The resulting file is empty. It only works if I place the resulting zip file somewhere else, e.g.

cross-zip dist target/foobar.zip

garretwilson avatar Sep 09 '18 17:09 garretwilson