Minify HTML and JavaScript files
This commit is contained in:
parent
5e6d629243
commit
5c2b35fe0d
|
@ -31,10 +31,12 @@ title = "Ethan Yoo"
|
||||||
year = "year"
|
year = "year"
|
||||||
|
|
||||||
[minify]
|
[minify]
|
||||||
disableHTML = true
|
disableHTML = false
|
||||||
disableJS = true
|
disableJS = false
|
||||||
disableJSON = true
|
disableJSON = true
|
||||||
minifyOutput = true
|
minifyOutput = true
|
||||||
|
[minify.tdewolff.html]
|
||||||
|
keepComments = true
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
[params]
|
[params]
|
||||||
|
|
Loading…
Reference in New Issue