Skip to content

Commit

Permalink
Disable minify_html for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Sep 1, 2020
1 parent c143d95 commit 6c2300f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions components/config/src/config/mod.rs
Expand Up @@ -153,6 +153,9 @@ impl Config {
}
}

// TODO: re-enable once it's a bit more tested
config.minify_html = false;

Ok(config)
}

Expand Down
3 changes: 0 additions & 3 deletions docs/content/documentation/getting-started/configuration.md
Expand Up @@ -85,9 +85,6 @@ languages = []
# When set to "true", the Sass files in the `sass` directory are compiled.
compile_sass = false

# When set to "true", the HTML output files will be minified
minify_html = false

# A list of glob patterns specifying asset files to ignore when the content
# directory is processed. Defaults to none, which means that all asset files are
# copied over to the `public` directory.
Expand Down

0 comments on commit 6c2300f

Please sign in to comment.