1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Use __STATIC_PATH__ in more places so the supervisor panel can reach paths (#16665)

Use __STATIC_PATH__ in more places so the supervisor panel can reach paths
This commit is contained in:
Joakim Sørensen
2023-05-30 10:45:58 +02:00
committed by GitHub
parent d9d38efd93
commit 5006dfc138
7 changed files with 29 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ gulp.task(
"build-supervisor-translations",
"copy-translations-supervisor",
"build-locale-data",
"copy-locale-data-supervisor",
"copy-static-supervisor",
env.useRollup() ? "rollup-watch-hassio" : "webpack-watch-hassio"
)
);
@@ -37,7 +37,7 @@ gulp.task(
"build-supervisor-translations",
"copy-translations-supervisor",
"build-locale-data",
"copy-locale-data-supervisor",
"copy-static-supervisor",
env.useRollup() ? "rollup-prod-hassio" : "webpack-prod-hassio",
"gen-pages-hassio-prod",
...// Don't compress running tests