Extract frontend code into own repository
This commit is contained in:
parent
27850ef5df
commit
c861622748
67 changed files with 146 additions and 26026 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue