文件名称:gulp-revplace:gulp-rev 修复所有资产引用的简单助手
文件大小:81KB
文件格式:ZIP
更新时间:2024-07-15 23:26:28
JavaScript
-revplace 修复所有资产引用的简单助手。 它也适用于相对网址! 默认情况下,它不会通过源文件中未提及的资产。 这个插件在你的构建场景中非常有用。 安装 $ npm install --save-dev gulp-revplace 用法 rev前的结构: . ├── build └── static ├── images │ ├── cat.png │ ├── ghost.png │ ├── pumpkin.png │ └── zombie.png ├── index.html ├── scripts │ └── script.js └── styles └── style.css script.js和style.css引用了所有图像。 index.html有对scri
【文件预览】:
gulp-revplace-master
----test()
--------match()
--------test.spec.js(7KB)
--------input()
----README.md(6KB)
----.gitignore(28B)
----index.js(3KB)
----package.json(893B)