gulp-static-cache:静态文件缓存更新

时间:2024-06-12 11:31:17
【文件属性】:

文件名称:gulp-static-cache:静态文件缓存更新

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-12 11:31:17

JavaScript

gulp-static-cache 静态文件缓存更新 通过文件md5 options Type: object All false by default. {STRING} relativeUrls - 静态文件绝对路径地址,需要传入该参数 Example index.css: .a{ background:url(../img/btn.png); } gulpfile.js: var gulp=require('gulp'); var staticcache = require('gulp-static-cache'); gulp.task('cache', function(){ gulp.src('./src/**/**') .pipe(staticcache({ relativeUrls: './src/css' })


【文件预览】:
gulp-static-cache-master
----.travis.yml(85B)
----index.js(2KB)
----package.json(786B)
----readme.md(717B)
----.npmignore(49B)
----.gitignore(33B)

网友评论