Revert "Process files with netlify (#1841)" (#1842)

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:
Flaviu Tamas 2022-01-23 19:38:44 -05:00 committed by GitHub
parent 3d78aecc47
commit 75c6a90c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -3,18 +3,6 @@
command = "make netlify"
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]
environment = { BASE_URL = "https://beta.esphome.io" }
@ -23,8 +11,6 @@
[context.production]
environment = { BASE_URL = "https://esphome.io", PRODUCTION = "YES" }
[context.production.processing]
skip_processing = false
# A basic redirect rule
[[redirects]]