hugo/helpers
Bjørn Erik Pedersen 789ef8c639
Add support for minification of final output
Hugo Pipes added minification support for resources fetched via ´resources.Get` and similar.

This also adds support for minification of the final output for supported output formats: HTML, XML, SVG, CSS, JavaScript, JSON.

To enable, run Hugo with the `--minify` flag:

```bash
hugo --minify
```

This commit is also a major spring cleaning of the `transform` package to allow the new minification step fit into that processing chain.

Fixes #1251
2018-08-06 19:58:41 +02:00
..
content.go
content_renderer.go
content_renderer_test.go
content_test.go
docshelper.go
emoji.go
emoji_test.go
general.go Add Hugo Piper with SCSS support and much more 2018-07-06 11:46:12 +02:00
general_test.go
hugo.go releaser: Prepare repository for 0.47-DEV 2018-08-01 09:03:22 +00:00
hugo_test.go
path.go Add support for minification of final output 2018-08-06 19:58:41 +02:00
path_test.go Add Hugo Piper with SCSS support and much more 2018-07-06 11:46:12 +02:00
pathspec.go
pathspec_test.go
processing_stats.go
pygments.go
pygments_test.go
testhelpers_test.go Add Hugo Piper with SCSS support and much more 2018-07-06 11:46:12 +02:00
url.go
url_test.go