转换和替换数据中的 src attrs。
例子
gulpfile.js
var gulp = require ( 'gulp' ) ;
var inlineImagePath = require ( 'gulp-inline-image-path' ) ;
gulp . task ( 'default' , function ( ) {
gulp . src ( 'index.html' )
. . .
. pipe ( inlineImagePath ( { path : "build/images" } ) )
. . .
} ) ;
index.html // 之前...
< html >
< head >
< / head >
< body >
< img xss=removed>
...
路径/index.html
评论0
最新资源