[ 源代码: node-gulp-tap ]
软件包:node-gulp-tap(2.0.0-3)
Easily tap into a gulp pipeline
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.
其他与 node-gulp-tap 有关的软件包
|
|
|
|
-
- dep: node-through2 (>= 3.0.1)
- Make a stream.Transform out of a function - Node.js module