Skip to content

Instantly share code, notes, and snippets.

@SastraNababan
Created December 9, 2016 05:07
Show Gist options
  • Save SastraNababan/d42c936dbd48d54de07e1835abd96785 to your computer and use it in GitHub Desktop.
Save SastraNababan/d42c936dbd48d54de07e1835abd96785 to your computer and use it in GitHub Desktop.
Clean Task
// Clean Build Directory
gulp.task('cleanBuild',function(){
return gulp.src('build', {read: false})
.pipe(clean());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment