Extract frontend code into own repository

This commit is contained in:
Paulus Schoutsen 2015-07-12 20:43:07 -07:00
parent 27850ef5df
commit c861622748
67 changed files with 146 additions and 26026 deletions

View file

@ -55,7 +55,7 @@ def _handle_get_root(handler, path_match, data):
handler.end_headers()
if handler.server.development:
app_url = "polymer/home-assistant.html"
app_url = "home-assistant-polymer/src/home-assistant.html"
else:
app_url = "frontend-{}.html".format(version.VERSION)