node-gulp-tap

Easily tap into a gulp pipeline
  https://github.com/geejs/gulp-tap
  0
  no reviews



Some filters like gulp-coffee process all files. What if you want to process all JS and Coffee files in a single pipeline? Use tap to filter out .coffee files and process them through the coffee filter and let JavaScript files pass through.

If you do not return a stream, tap forwards your changes.

Node.js is an event-based server-side JavaScript engine.