Open garretwilson opened 6 years ago
I have a dist/ directory containing files in dist/css/. If I run the command:
dist/
dist/css/
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
I have a
dist/
directory containing files indist/css/
. If I run the command:The resulting file is empty. It only works if I place the resulting zip file somewhere else, e.g.