Site updated at 2015-09-28 03:26:37 UTC

This commit is contained in:
Paulus Schoutsen 2015-09-27 20:26:37 -07:00
parent ddc75b622a
commit 9e30b08d09
23 changed files with 748 additions and 79 deletions

View file

@ -140,7 +140,7 @@ command line:</p>
<p>After checking out the frontend code, you will have to install the frontend dependencies. Firing off
a build of the frontend by running <code>scripts/build_frontend</code> will ensure they get installed.</p>
a build of the frontend by running <code>script/build_frontend</code> will ensure they get installed.</p>
<p>Once this is done, you can start editting the webcomponents in the folder
<code>homeassistant/components/frontend/www_static/home-assistant-polymer/src</code>. To see the changes you&rsquo;ve
@ -170,7 +170,7 @@ for the line that contains <code>home-assistant-js</code> and update the SHA to
<h1><a class='title-link' name='building-the-polymer-frontend' href='#building-the-polymer-frontend'></a> Building the Polymer frontend</h1>
<p>Building a new version of the frontend is as simple as running <code>scripts/build_frontend</code>. This fires off the following commands:</p>
<p>Building a new version of the frontend is as simple as running <code>script/build_frontend</code>. This fires off the following commands:</p>
<ul>
<li><strong>home-assistant-polymer</strong>: Install NPM dependencies.</li>