apply-static-cache-manifest
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "apply-static-cache-manifest", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Basic find and replace of file names to their cached versions.", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
@@ -16,3 +16,3 @@ # apply-static-cache-manifest | ||
copy-with-content-hash path/to/foo.js -o builddir > cache-manifest.json | ||
apply-static-cache-manifest path/to/index.html cache-manifest.json > builddir/index.html | ||
apply-static-cache-manifest -m cache-manifest.json -o builddir index.html | ||
``` | ||
@@ -19,0 +19,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
1760