gulp-exit

0.0.2 • Public • Published

gulp-exit

gulp-exit ensures that the task is terminated after finishing.

Some plugins, like gulp-mocha, have problems with a proper termination after finishing the task. This plugin guarantees that the task will exit successfully.

Example

var mocha = require('gulp-mocha'),
    exit = require('gulp-exit');
 
gulp.src('test.js')
  .pipe(mocha({
    reporter: 'dot',
    ui: 'bdd',
    growl: true,
    timeout: 2000,
    useColors: true,
    useInlineDiffs: true
  }))
  .pipe(exit());

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gulp-exit

      Weekly Downloads

      2,686

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • dreame4