hugo/content/en/hugo-pipes/minification.md
Bjørn Erik Pedersen b9bd35d72e Squashed 'docs/' content from commit fdea5430f
git-subtree-dir: docs
git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
2019-10-21 10:22:28 +02:00

566 B
Executable file

title description date publishdate lastmod categories keywords menu weight sections_weight draft
Asset minification Hugo Pipes allows the minification of any CSS, JS, JSON, HTML, SVG or XML resource. 2018-07-14 2018-07-14 2018-07-14
asset management
docs
parent weight
pipes 50
50 50 false

Any resource of the aforementioned types can be minifed using resources.Minify which takes for argument the resource object.

{{ $css := resources.Get "css/main.css" }}
{{ $style := $css | resources.Minify }}