Site updated at 2014-12-26 08:03:49 UTC
This commit is contained in:
parent
5119c6f251
commit
6eb779d60a
22 changed files with 562 additions and 257 deletions
|
@ -102,9 +102,9 @@
|
|||
|
||||
<p>After turning on development mode, you will have to install the webcomponents that the frontend depends on. You can do this by running the <code>build_frontend</code> script.</p>
|
||||
|
||||
<div class='note warning'><p class='title'>Warning</p><p class='content'>
|
||||
<p class='note warning'>
|
||||
Do not use development mode in production. Home Assistant uses aggresive caching to improve the mobile experience. This is disabled during development so that you do not have to restart the server in between changes.
|
||||
</p></div>
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Building the frontend</h1>
|
||||
|
@ -178,22 +178,6 @@ Do not use development mode in production. Home Assistant uses aggresive caching
|
|||
|
||||
|
||||
|
||||
<script>
|
||||
var disqus_shortname = 'home-assistant';
|
||||
|
||||
|
||||
// var disqus_developer = 1;
|
||||
var disqus_identifier = 'https://home-assistant.io/developers/frontend.html';
|
||||
var disqus_url = 'https://home-assistant.io/developers/frontend.html';
|
||||
var disqus_script = 'embed.js';
|
||||
|
||||
(function () {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
}());
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue