gulp ejs::artist_palette:ejs模板的Gulp插件 源码
gulp-ejs EJS插件的 用法 首先,安装gulp-ejs作为开发依赖项: npm install --save-dev gulp-ejs 然后,将其添加到您的gulpfile.js : var ejs = require ( "gulp-ejs" ) gulp . src ( "./templates/*.ejs" ) . pipe ( ejs ( { msg : "Hello Gulp!" } ) ) . pipe ( gulp . dest ( "./dist" ) ) 监视模式错误处理(适用于gulp v3或更低版本) 如果要在监视/传递负载任务中使用gulp
文件列表
gulp-ejs-master.zip
(预估有个13文件)
gulp-ejs-master
.eslintrc
110B
.gitattributes
11B
.travis.yml
60B
LICENSE
1KB
test
index.test.js
3KB
.prettierrc
61B
README.md
4KB
.editorconfig
295B
暂无评论