1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-30 12:03:29 +01:00

Use dynamic import for cast/demo to show latest build (#6202)

This commit is contained in:
Paulus Schoutsen
2020-06-22 10:24:54 -07:00
committed by GitHub
parent d0ba5696d1
commit 454ddf366a
4 changed files with 43 additions and 47 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
<%= renderTemplate('_js_base') %>
<%= renderTemplate('_preload_roboto') %>
<script>
<script crossorigin="use-credentials">
import("<%= latestCoreJS %>");
import("<%= latestAppJS %>");
window.customPanelJS = "<%= latestCustomPanelJS %>";