Skip to content

Conversation

@alexeybondarenko
Copy link

@alexeybondarenko alexeybondarenko commented Apr 21, 2016

In strict mode, process will throw an Error, instead of simple console.log.

gulp.src('...')
.pipe(gulpExtend('config.json', {strict: true}))
.pipe(gulp.dest(...))
.on('error', function () {
  process.exit(1)
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant