文件名称:gulp-belch:流行的 belch 程序的 gulp 包装器
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-27 11:46:58
JavaScript
咕噜咕噜 流行的程序的 gulp 包装器。 安装 npm install --save-dev gulp-belch 用法 //gulpfile.js var gulp = require ( 'gulp' ) ; var belch = require ( 'gulp-belch' ) ; gulp . task ( 'build' , function ( ) { return gulp . src ( '*.js' ) . pipe ( gulp . dest ( './public' ) ) . pipe ( belch ( ) ) ; } ) ;
【文件预览】:
gulp-belch-master
----.gitattributes(11B)
----.npmignore(80B)
----.editorconfig(197B)
----.gitignore(90B)
----index.js(201B)
----readme.md(373B)
----package.json(325B)