Provide a server-side means to ensure that clients always fetch assets when they are updated
Project description
Cachebust provides a server-side means to ensure that clients always fetch assets when they are updated on the server.
Many browsers have different means of caching, some will overcache, and using the HTTP cache headers, there’s always a chance you may need to update within the lifetime of the previous scripts.
cachebust provides a means to ensure that all assets are fetched by browsers when they are updated. The way it works, is that it takes HTML (via a library or commandline tool) and modifies the asset hrefs, adding a parameter “cachebust” equal to the md5sum of the file.
When the file changes, the md5sum will change, and the browser sees this as a distinct document, and will fetch the update no matter what its caching policy.
Usage
Usage: cacheBust (options) [input]
Options:
-r or --asset-root Specify the filesystem root which should be treated as “/” for links. Default is cwd
-e or --encoding Specify the encoding to use (default, utf-8)
-q or --quiet Do not print errors to stderr when cannot cachebust an element
--help Show this message
Library Documentation
Can be found at: http://htmlpreview.github.io/?https://github.com/kata198/cachebust/blob/master/doc/cachebust.html
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cachebust-1.0.1.tar.gz
.
File metadata
- Download URL: cachebust-1.0.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d352bc5d340cacc0b37282ae0069692fd6f783134ba0d2348d0d5a3e9ec1fd33 |
|
MD5 | 3540a90f0260dd41bcb20f638f9f1a1a |
|
BLAKE2b-256 | 27c0e80c69cda35fff8ebf0698dfa381ec8ec0312e5af11a26b62e43b8fc4fcd |