Skip to content

Instantly share code, notes, and snippets.

@KanwarSingh
Created January 31, 2018 23:27
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/2e2751aa47dd12415247b1b292fc1e6f to your computer and use it in GitHub Desktop.
Save KanwarSingh/2e2751aa47dd12415247b1b292fc1e6f to your computer and use it in GitHub Desktop.
gulp.task("setConstants", (env => {
return gulp
.src(["./**/config/env/*.base.json"])
.pipe(debug())
.pipe(
map(function (file, cb) {
// Add code to alter
})
)
.pipe(gulp.dest(function (file) {
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment