Skip to main content

Module assets

Module assets 

Source
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§

FingerprintPlugin
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.