summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-09 20:21:17 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-09 20:21:17 +0100
commit6b61f2a5bbd3f7371775b94ae539d82896e686c9 (patch)
treea5f5d312d20a74709021cc434e3ec9f25f1e7782 /docs/content/en/hugo-pipes
parent6cceef65c2f4b7c262bf67a249867658112b6de4 (diff)
parent14e369b961943a0b977776899e24e8bea63834df (diff)
Diffstat (limited to 'docs/content/en/hugo-pipes')
-rwxr-xr-xdocs/content/en/hugo-pipes/minification.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/minification.md b/docs/content/en/hugo-pipes/minification.md
index ce090752f..c8136c040 100755
--- a/docs/content/en/hugo-pipes/minification.md
+++ b/docs/content/en/hugo-pipes/minification.md
@@ -22,4 +22,6 @@ Any resource of the aforementioned types can be minifed using `resources.Minify`
```go-html-template
{{ $css := resources.Get "css/main.css" }}
{{ $style := $css | resources.Minify }}
-``` \ No newline at end of file
+```
+
+Note that you can also minify the final HTML output to `/public` by running `hugo --minify`.