gulp-html-glob-expansion:扩展 HTML 资源 URL 中的 glob 表达式

时间:2024-07-04 01:13:51
【文件属性】:

文件名称:gulp-html-glob-expansion:扩展 HTML 资源 URL 中的 glob 表达式

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-04 01:13:51

JavaScript

gulp-html-glob-expansion 扩展 HTML 资源 URL 中的 glob 表达式。 用法 var htmlGlob = require ( 'gulp-html-glob-expansion' ) ; gulp . task ( 'default' , function ( ) { return gulp . src ( 'app/index.html' ) . pipe ( htmlGlob ( { root : 'app' } ) ) . pipe ( gulp . dest ( 'dist' ) ) ; } ) ; 选项 root 指定用于扩展根相对路径的目录。


【文件预览】:
gulp-html-glob-expansion-master
----.travis.yml(49B)
----index.js(3KB)
----package.json(929B)
----test()
--------expected()
--------spec.js(3KB)
--------fixtures()
----gulpfile.js(650B)
----LICENSE(1KB)
----.gitignore(586B)
----README.md(570B)
----.jshintrc(315B)

网友评论