文件名称:gulp-inline-image-path
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-25 05:12:42
JavaScript
转换和替换数据中的 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
【文件预览】:
gulp-inline-image-path-master
----deploy.sh(137B)
----LICENSE(1KB)
----README.md(568B)
----index.js(1KB)
----package.json(1KB)