UNPKG

gulp-rev-append-all-srcset

Version:

base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all-srcset will not but append a hash string like "?v=xxx" to the end of ref in file.

35 lines (34 loc) 974 B
{ "name": "gulp-rev-append-all-srcset", "version": "0.2.0", "description": "base on gulp-rev-append that replace \"?rev=@@hash\" with hash string and gulp-rev-append-all-srcset will not but append a hash string like \"?v=xxx\" to the end of ref in file.", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "event-stream": "^4.0.1", "gulp-util": "^2.2.20" }, "scripts": { "test": "node node_modules/.bin/cucumber-js" }, "repository": { "type": "git", "url": "git+https://github.com/meixuexiang/gulp-rev-append-all-srcset.git" }, "keywords": [ "gulp", "gulp-rev-append", "gulp-rev-append-all", "gulp-rev-append-all-srcset", "gulpplugin", "revision" ], "author": "meixuexiang", "license": "MIT", "bugs": { "url": "https://github.com/meixuexiang/gulp-rev-append-all-srcset/issues" }, "homepage": "https://github.com/meixuexiang/gulp-rev-append-all-srcset#readme" }