gulp-zip icon indicating copy to clipboard operation
gulp-zip copied to clipboard

How tooutput zip into source directory?

Open paul-uz opened this issue 4 years ago • 0 comments

Assuming I am using src('/root/*/**) to target all sub folders in root and all files in each folder, to zip up, how do I output the zip, using dest() into the source folder?

eg

/root/foo/readme.txt > /root/foo/foo.zip (containing readme.txt)

paul-uz avatar Nov 18 '21 14:11 paul-uz