Skip to content

Instantly share code, notes, and snippets.

@ejamesc
Created December 4, 2019 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejamesc/226bbd7ee21fffb2de5a60d716fa6512 to your computer and use it in GitHub Desktop.
Save ejamesc/226bbd7ee21fffb2de5a60d716fa6512 to your computer and use it in GitHub Desktop.
gulp.task('redirects', function () {
return gulp.src('src/_redirects')
.pipe(gulp.dest('dist'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment