Update frontend

This commit is contained in:
Paulus Schoutsen 2016-06-14 18:39:36 -07:00
parent f07ba1e9a6
commit 65750f667b
10 changed files with 17 additions and 15 deletions

View file

@ -75,6 +75,7 @@
Home Assistant had trouble<br>connecting to the server.<br><br><a href='/'>TRY AGAIN</a>
</div>
<home-assistant icons='{{ icons }}'></home-assistant>
{# <script src='/static/home-assistant-polymer/build/_demo_data_compiled.js'></script> #}
<script src='/static/{{ core_url }}'></script>
<link rel='import' href='/static/{{ ui_url }}' onerror='initError()' async>
<link rel='import' href='/static/{{ icons_url }}' async>

View file

@ -1,3 +1,3 @@
"""DO NOT MODIFY. Auto-generated by build_frontend script."""
CORE = "88b6966e3a74256ecca41ed8ad005c34"
UI = "38b1e05ca0e53f5432e697fcc0369d65"
CORE = "7962327e4a29e51d4a6f4ee6cca9acc3"
UI = "860bc790706c7d99ec8be0412777a9cc"

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 1fadec8ded2515e38d3de3569db7ea4cb12afd3f
Subproject commit 0e6dc25fcd09ad1150aab258f8d01491a8ee8db7

View file

@ -29,7 +29,7 @@
/* eslint-disable quotes, comma-spacing */
var PrecacheConfig = [["/","b771ec29f115b7df55336e7dc41f1520"],["/devEvent","b771ec29f115b7df55336e7dc41f1520"],["/devInfo","b771ec29f115b7df55336e7dc41f1520"],["/devService","b771ec29f115b7df55336e7dc41f1520"],["/devState","b771ec29f115b7df55336e7dc41f1520"],["/devTemplate","b771ec29f115b7df55336e7dc41f1520"],["/history","b771ec29f115b7df55336e7dc41f1520"],["/logbook","b771ec29f115b7df55336e7dc41f1520"],["/map","b771ec29f115b7df55336e7dc41f1520"],["/states","b771ec29f115b7df55336e7dc41f1520"],["/static/core-88b6966e3a74256ecca41ed8ad005c34.js","dec9792a59ab21903b7dda457784db98"],["/static/frontend-38b1e05ca0e53f5432e697fcc0369d65.html","b771ec29f115b7df55336e7dc41f1520"],["/static/mdi-9ee3d4466a65bef35c2c8974e91b37c0.html","9a6846935116cd29279c91e0ee0a26d0"],["static/favicon-192x192.png","419903b8422586a7e28021bbe9011175"],["static/fonts/roboto/Roboto-Bold.ttf","d329cc8b34667f114a95422aaad1b063"],["static/fonts/roboto/Roboto-Light.ttf","7b5fb88f12bec8143f00e21bc3222124"],["static/fonts/roboto/Roboto-Medium.ttf","fe13e4170719c2fc586501e777bde143"],["static/fonts/roboto/Roboto-Regular.ttf","ac3f799d5bbaf5196fab15ab8de8431c"],["static/images/card_media_player_bg.png","a34281d1c1835d338a642e90930e61aa"],["static/webcomponents-lite.min.js","b0f32ad3c7749c40d486603f31c9d8b1"]];
var PrecacheConfig = [["/","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/devEvent","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/devInfo","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/devService","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/devState","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/devTemplate","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/history","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/logbook","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/map","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/states","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/static/core-7962327e4a29e51d4a6f4ee6cca9acc3.js","9c07ffb3f81cfb74f8a051b80cc8f9f0"],["/static/frontend-860bc790706c7d99ec8be0412777a9cc.html","875cb1a7ba9c3b0a7d751bc3bbec82cc"],["/static/mdi-9ee3d4466a65bef35c2c8974e91b37c0.html","9a6846935116cd29279c91e0ee0a26d0"],["static/favicon-192x192.png","419903b8422586a7e28021bbe9011175"],["static/fonts/roboto/Roboto-Bold.ttf","d329cc8b34667f114a95422aaad1b063"],["static/fonts/roboto/Roboto-Light.ttf","7b5fb88f12bec8143f00e21bc3222124"],["static/fonts/roboto/Roboto-Medium.ttf","fe13e4170719c2fc586501e777bde143"],["static/fonts/roboto/Roboto-Regular.ttf","ac3f799d5bbaf5196fab15ab8de8431c"],["static/images/card_media_player_bg.png","a34281d1c1835d338a642e90930e61aa"],["static/webcomponents-lite.min.js","b0f32ad3c7749c40d486603f31c9d8b1"]];
/* eslint-enable quotes, comma-spacing */
var CacheNamePrefix = 'sw-precache-v1--' + (self.registration ? self.registration.scope : '') + '-';

View file

@ -2,7 +2,9 @@
cd "$(dirname "$0")/.."
cd homeassistant/components/frontend/www_static/home-assistant-polymer
cd homeassistant/components/frontend/www_static/home-assistant-polymer/home-assistant-js/
npm run prod
cd ..
npm run frontend_prod
cp bower_components/webcomponentsjs/webcomponents-lite.min.js ..