Update frontend (#5638)

* Ensure fonts get loaded quicker

* Update frontend
This commit is contained in:
Paulus Schoutsen 2017-01-29 23:26:35 -08:00 committed by GitHub
parent da4f402ebe
commit 318f3c9625
9 changed files with 10 additions and 7 deletions

View File

@ -10,6 +10,9 @@
href='/static/icons/favicon-apple-180x180.png'>
<link rel="mask-icon" href="/static/icons/home-assistant-icon.svg" color="#3fbbf4">
<link rel='preload' href='{{ core_url }}' as='script'/>
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Regular.ttf'>
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Light.ttf'>
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Medium.ttf'>
{% for panel in panels.values() -%}
<link rel='prefetch' href='{{ panel.url }}'>
{% endfor -%}

View File

@ -1,8 +1,8 @@
"""DO NOT MODIFY. Auto-generated by script/fingerprint_frontend."""
FINGERPRINTS = {
"core.js": "ff2b54b939ec12826a671d7630579724",
"frontend.html": "216d2fb1c6dc67ce85f2eefbdef0e9af",
"core.js": "40a73d7be324cb52fbba55d993db126c",
"frontend.html": "ee127d284ce3d29b2162d499ca45ef88",
"mdi.html": "7a0f14bbf3822449f9060b9c53bd7376",
"micromarkdown-js.html": "93b5ec4016f0bba585521cf4d18dec1a",
"panels/ha-panel-dev-event.html": "5c82300b3cf543a92cf4297506e450e7",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit a1057681f1a33cffc79708085c1646d786712a87
Subproject commit e4b2ec1710da8d6e134f9846813833e6d7ce2929

File diff suppressed because one or more lines are too long