Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created October 5, 2015 00:14
Show Gist options
  • Save msrivastav13/3c8e68e651764b796cb1 to your computer and use it in GitHub Desktop.
Save msrivastav13/3c8e68e651764b796cb1 to your computer and use it in GitHub Desktop.
gulp.task ('zip',function(){
gulp.src ('dist/build/*')
.pipe(zip(path.RESOURCE_NAME))
.pipe(gulp.dest (path.RESOURCE_DESTINATION));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment