mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
b9bd35d72e
git-subtree-dir: docs git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
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 }}