Skip to content

Instantly share code, notes, and snippets.

@gustavoquinalha
Created April 27, 2017 14:03
Show Gist options
  • Save gustavoquinalha/d3bab014bf3bc32d77bfcb52e0e618bf to your computer and use it in GitHub Desktop.
Save gustavoquinalha/d3bab014bf3bc32d77bfcb52e0e618bf to your computer and use it in GitHub Desktop.
gulp.task('zip', function(){
gulp.src('./img/*')
.pipe(zip('archive.zip'))
.pipe(gulp.dest('download'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment