gulp-rev-all
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -48,3 +48,3 @@ var fs = require('fs'); | ||
firstFile = firstFile || file; | ||
manifest[tool.getRelativeFilename(file.revOrigBase, file.revOrigPath, true)] = options.prefix + tool.getRelativeFilename(file.base, file.path, true); | ||
manifest[tool.getRelativeFilename(file.revOrigBase, file.revOrigPath, true)] = prefix + tool.getRelativeFilename(file.base, file.path, true); | ||
} | ||
@@ -51,0 +51,0 @@ cb(); |
{ | ||
"name": "gulp-rev-all", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
484437