gulp-hashstore:存储用于文件的sha1散列并从管道过滤

时间:2024-05-29 10:02:33
【文件属性】:

文件名称:gulp-hashstore:存储用于文件的sha1散列并从管道过滤

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-29 10:02:33

JavaScript

gulp-hashstore 存储sha1哈希文件,并从管道过滤。 使用示例(响应式图像生成和缓存): var hashstore = require('gulp-hashstore'); // Responsive image generation via gulp-responsive - these are the options config.responsiveOptions = { '**/*': [{ width: 320, rename: { suffix: '-320x' } }, { width: 640, rename: { suffix: '-640x' } }, { width: 1280, rename: { suffix: '-1280x' } }, { width: 1920,


【文件预览】:
gulp-hashstore-master
----.gitignore(62B)
----README.md(2KB)
----LICENSE(1KB)
----package.json(740B)
----index.js(19KB)
----yarn.lock(6KB)

网友评论