gulp-debug:调试Vinyl文件流以查看通过Gulp管道运行的文件

时间:2021-05-26 07:48:31
【文件属性】:
文件名称:gulp-debug:调试Vinyl文件流以查看通过Gulp管道运行的文件
文件大小:24KB
文件格式:ZIP
更新时间:2021-05-26 07:48:31
nodejs javascript gulp-plugin debug vinyl 吞咽调试 调试文件流以查看通过Gulp管道运行的文件 安装 $ npm install --save-dev gulp-debug 用法 const gulp = require ( 'gulp' ) ; const debug = require ( 'gulp-debug' ) ; exports . default = ( ) => ( gulp . src ( 'foo.js' ) . pipe ( debug ( { title : 'unicorn:' } ) ) . pipe ( gulp . dest ( 'dist' ) ) ) ; 原料药 调试(选项?) 选项 类型: object 标题 类型: string 默认值: 'gulp-debug:' 给它一个自定义标题,以便可以区分一次记录的多个实例的输出。 最小的 类型: boolean 默认值: tru
【文件预览】:
gulp-debug-main
----.gitignore(23B)
----.github()
--------workflows()
--------funding.yml(91B)
----screenshot.png(22KB)
----.gitattributes(19B)
----package.json(1001B)
----readme.md(1KB)
----index.js(1KB)
----test.js(3KB)
----.editorconfig(175B)
----license(1KB)
----gulpfile.js(134B)
----.npmrc(19B)

网友评论