gulp-rev-all
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "gulp-rev-all", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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", |
@@ -148,3 +148,3 @@ var Path = require("path"); | ||
representations.push( | ||
Path.join(relPath, Path.basename(fileCurrentReference.revPathOriginal)) | ||
join_path(relPath, Path.basename(fileCurrentReference.revPathOriginal)) | ||
); | ||
@@ -151,0 +151,0 @@ } |
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