mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-09-09 22:49:38 +02:00
Remove minifier again, it breaks some spaces
This commit is contained in:
@@ -1,16 +1,3 @@
|
||||
[build]
|
||||
command = "yarn build"
|
||||
publish = "_site/"
|
||||
|
||||
[[plugins]]
|
||||
# https://www.npmjs.com/package/netlify-plugin-minify-html
|
||||
package = "netlify-plugin-minify-html"
|
||||
|
||||
[plugins.inputs]
|
||||
contexts = [ 'production', 'branch-deploy', 'deploy-preview' ]
|
||||
|
||||
# https://github.com/kangax/html-minifier#options-quick-reference
|
||||
[plugins.inputs.minifierOptions]
|
||||
removeComments = true
|
||||
minifyCSS = true
|
||||
minifyJS = true
|
||||
|
||||
Reference in New Issue
Block a user