Don't bundle locale data, but add to static (#10119)

This commit is contained in:
Bram Kragten
2021-10-01 16:58:02 +02:00
committed by GitHub
parent 75a3566760
commit 257e60a2b1
14 changed files with 170 additions and 44 deletions

View File

@@ -24,6 +24,8 @@ gulp.task(
"gen-index-hassio-dev",
"build-supervisor-translations",
"copy-translations-supervisor",
"build-locale-data",
"copy-locale-data-supervisor",
env.useRollup() ? "rollup-watch-hassio" : "webpack-watch-hassio"
)
);
@@ -38,6 +40,8 @@ gulp.task(
"gen-icons-json",
"build-supervisor-translations",
"copy-translations-supervisor",
"build-locale-data",
"copy-locale-data-supervisor",
env.useRollup() ? "rollup-prod-hassio" : "webpack-prod-hassio",
"gen-index-hassio-prod",
...// Don't compress running tests