Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created July 8, 2017 17:44
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 AkshayRana92/dfc34832f017dcaca551461b6bdf6387 to your computer and use it in GitHub Desktop.
Save AkshayRana92/dfc34832f017dcaca551461b6bdf6387 to your computer and use it in GitHub Desktop.
gulp.task('copy-rootfiles-prod', function () {
return gulp.src([
"/assets/remaining1", "/assets/remaining2" // copy remaining assets
]).pipe(gulp.dest('dist/prod/src/'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment