order
This commit is contained in:
parent
bece8ef147
commit
bf9217ba84
1 changed files with 1 additions and 1 deletions
|
@ -136,10 +136,10 @@ fn init(dist_dir: String, static_dir: &str, templates_dir: &str) -> String {
|
||||||
} else {
|
} else {
|
||||||
let cfg = minify_html::Cfg {
|
let cfg = minify_html::Cfg {
|
||||||
keep_closing_tags: true,
|
keep_closing_tags: true,
|
||||||
|
preserve_brace_template_syntax: true,
|
||||||
minify_css: true,
|
minify_css: true,
|
||||||
minify_js: true,
|
minify_js: true,
|
||||||
remove_bangs: false,
|
remove_bangs: false,
|
||||||
preserve_brace_template_syntax: true,
|
|
||||||
..minify_html::Cfg::spec_compliant()
|
..minify_html::Cfg::spec_compliant()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue