Site updated at 2017-09-04 23:17:47 UTC

This commit is contained in:
Travis CI 2017-09-04 23:17:47 +00:00
parent a7e6e7b838
commit 802212a989
26 changed files with 65 additions and 65 deletions

View file

@ -109,7 +109,7 @@ Do not use development mode in production. Home Assistant uses aggressive cachin
<h2><a class="title-link" name="development" href="#development"></a> Development</h2>
<p>While you are developing, you need to have Rollup running to have changes you make to the JavaScript app-core made available.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span><span class="nb">cd </span>homeassistant/components/frontend/www_static/home-assistant-polymer
<span class="gp">$ </span>npm run js_dev
<span class="gp">$ </span>npm run dev
</code></pre>
</div>
<p>The source code for the frontend can be found in two different directories:</p>