mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
This reverts commit 3d78aecc47
.
Turns out that there's a time limit on builds, and sphinx output has a
whole lot of JS that gets bundled and minified.
We end up running up against the time limit and the whole build fails.
Therefore, revert it.
This commit is contained in:
parent
3d78aecc47
commit
75c6a90c76
14
netlify.toml
14
netlify.toml
@ -3,18 +3,6 @@
|
|||||||
command = "make netlify"
|
command = "make netlify"
|
||||||
environment = { BASE_URL = "https://esphome.io" }
|
environment = { BASE_URL = "https://esphome.io" }
|
||||||
|
|
||||||
[build.processing]
|
|
||||||
# only size-minimize everything in production
|
|
||||||
skip_processing = true
|
|
||||||
[build.processing.css]
|
|
||||||
bundle = true
|
|
||||||
minify = true
|
|
||||||
[build.processing.js]
|
|
||||||
bundle = true
|
|
||||||
minify = true
|
|
||||||
[build.processing.images]
|
|
||||||
compress = true
|
|
||||||
|
|
||||||
[context.beta]
|
[context.beta]
|
||||||
environment = { BASE_URL = "https://beta.esphome.io" }
|
environment = { BASE_URL = "https://beta.esphome.io" }
|
||||||
|
|
||||||
@ -23,8 +11,6 @@
|
|||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
environment = { BASE_URL = "https://esphome.io", PRODUCTION = "YES" }
|
environment = { BASE_URL = "https://esphome.io", PRODUCTION = "YES" }
|
||||||
[context.production.processing]
|
|
||||||
skip_processing = false
|
|
||||||
|
|
||||||
# A basic redirect rule
|
# A basic redirect rule
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
Loading…
Reference in New Issue
Block a user