gulp-zip
gulp-zip copied to clipboard
How tooutput zip into source directory?
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)