gulp-rev3
improve gulp-rev
improve gulp-rev
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
file.js -> 46af7237ab.js
Create a revved file path
Hashing made simple. Get the hash of text or stdin.
Takes your files, updates image names with a hash based on a function and updates all references in other files
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?v=84bd1b9a2c
Realtime build toolkit for clientside apps based on asset-reflux
copy from `gulp-rev` but fix excute [.js]-[.map] in manifest when use gulp-sourcemaps
Produce the list that recorded the reflection of the file name and the hash from file name.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?d41d8cd98f.alter from gulp-rev
copy from `gulp-rev` but fix excute [.js]-[.map] in manifest when use gulp-sourcemaps
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?v=d41d8cd98f
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
unicorn.css => unicorn.css?d41d8cd98f
[gulp-rev-cto](https://www.npmjs.com/package/gulp-rev-cto) 是基于 [gulp-rev](https://www.npmjs.com/package/gulp-rev) & [gulp-rev-collector](https://www.npmjs.com/package/gulp-rev-collector)改造,将 hash 值置于文件后,避免生成多个的文件,同时封装 rev-collector, 无需安装两个依赖。
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?d41d8cd98f.alter from gulp-rev
根据文件内容计算出hash值来控制缓存,形势为: unicorn.css => unicorn.css?v=d41d8cd98f