Skip to content

Instantly share code, notes, and snippets.

@coderbit-net
Forked from markgoodyear/static.js
Created September 3, 2014 14:33
Show Gist options
  • Save coderbit-net/d7c246b1fddc2fa9d29f to your computer and use it in GitHub Desktop.
Save coderbit-net/d7c246b1fddc2fa9d29f to your computer and use it in GitHub Desktop.
gulp.task('static', function() {
return gulp.src('src/static/**')
.pipe(gulp.dest('build'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment