hugo/commands
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
..
benchmark.go
check.go
check_darwin.go
commandeer.go
commands.go Add support for minification of final output 2018-08-06 19:58:41 +02:00
commands_test.go
config.go
convert.go
env.go
gen.go
genautocomplete.go
genchromastyles.go
gendoc.go
gendocshelper.go
genman.go
helpers.go
helpers_others.go
helpers_windows.go
hugo.go Add support for minification of final output 2018-08-06 19:58:41 +02:00
hugo_windows.go
import_jekyll.go
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go
new.go
new_content_test.go
new_site.go
new_theme.go
release.go
release_noop.go
server.go
server_test.go
static_syncer.go
version.go