Skip to content

Instantly share code, notes, and snippets.

@megatrond
Created August 26, 2015 12:05
Show Gist options
  • Save megatrond/5358d9480a3b9b9555ed to your computer and use it in GitHub Desktop.
Save megatrond/5358d9480a3b9b9555ed to your computer and use it in GitHub Desktop.
gulp.src(['./src/static/**/*'], {base: './src/'})
.pipe(gulp.dest('build'))
.pipe(browserSync.stream());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment