Skip to content

Instantly share code, notes, and snippets.

@KanwarSingh
Created January 31, 2018 23:24
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 KanwarSingh/d5e2278c40ded5c7dc1f6e484a1f7191 to your computer and use it in GitHub Desktop.
Save KanwarSingh/d5e2278c40ded5c7dc1f6e484a1f7191 to your computer and use it in GitHub Desktop.
gulp.task("NewTask", function() {
return gulp
.src(["./**/config/env/*.base.js"])
// alter the files that match the source pattern
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment