From 75c6a90c76be4c5d9e187cd6bd51871cc6ea2e51 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sun, 23 Jan 2022 19:38:44 -0500 Subject: [PATCH] Revert "Process files with netlify (#1841)" (#1842) This reverts commit 3d78aecc4732a0c031be2d2d8ceec3d192e3f119. 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. --- netlify.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/netlify.toml b/netlify.toml index 824a24d87..418d43ee0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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]]