mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
a3535c8486
a4fa0d1d6 Typos and grammatical changes 513884600 Add hugo pipes documentation git-subtree-dir: docs git-subtree-split: a4fa0d1d641b2b3e27a91ae8b1a0a29be3c42ddf
566 B
Executable file
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 |
|
|
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 }}