Introduction
Hugo Pipes is Hugo's asset processing set of functions.
Asset minification
Minify a given resource.
Concatenating assets
Bundle any number of assets into one resource.
Fingerprinting and SRI hashing
Cryptographically hash the content of the given resource.
JavaScript building
Bundle, transpile, tree shake, code split, and minify JavaScript resources.
PostCSS
Process the given resource with PostCSS using any PostCSS plugin.
PostProcess
Process the given resource after the build.
Resource from string
Create a resource from a string.
Resource from template
Create a resource from a Go template, parsed and executed with the given context.
Transpile Sass to CSS
Transpile Sass to CSS.