Expand description
Asset optimization: fingerprinting, SRI hashes, and basic minification.
Provides cache-busting via content-hash filenames and Subresource Integrity attributes for CSS and JS files.
Structs§
- Fingerprint
Plugin - Plugin that fingerprints CSS/JS assets and rewrites HTML references.
Functions§
- minify_
css - Minifies CSS by collapsing insignificant whitespace and dropping comments.
- minify_
js - Minifies JavaScript by removing comments and collapsing whitespace.