Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Created March 5, 2016 15:32
Show Gist options
  • Save igorpronin/18045b263dc23782bed9 to your computer and use it in GitHub Desktop.
Save igorpronin/18045b263dc23782bed9 to your computer and use it in GitHub Desktop.
gulp copy with all directory structure
gulp.src(['input/folder/**/*']).pipe(gulp.dest('output/folder'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment