Skip to content

Instantly share code, notes, and snippets.

@markgoodyear
Created July 15, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save markgoodyear/9f193636dd319c9add80 to your computer and use it in GitHub Desktop.
Save markgoodyear/9f193636dd319c9add80 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