From 4a3446b1b078146faa308a18fb441f92ebd4e2c7 Mon Sep 17 00:00:00 2001 From: Kevin Gottsman Date: Thu, 24 Sep 2015 15:59:20 -0400 Subject: [PATCH] Update script directory reference --- source/developers/frontend.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/developers/frontend.markdown b/source/developers/frontend.markdown index f4204239f67..ffb43d27a2b 100644 --- a/source/developers/frontend.markdown +++ b/source/developers/frontend.markdown @@ -37,7 +37,7 @@ git submodule update --init ``` After checking out the frontend code, you will have to install the frontend dependencies. Firing off -a build of the frontend by running `scripts/build_frontend` will ensure they get installed. +a build of the frontend by running `script/build_frontend` will ensure they get installed. Once this is done, you can start editting the webcomponents in the folder `homeassistant/components/frontend/www_static/home-assistant-polymer/src`. To see the changes you've @@ -64,7 +64,7 @@ for the line that contains `home-assistant-js` and update the SHA to the SHA of # {% linkable_title Building the Polymer frontend %} -Building a new version of the frontend is as simple as running `scripts/build_frontend`. This fires off the following commands: +Building a new version of the frontend is as simple as running `script/build_frontend`. This fires off the following commands: * **home-assistant-polymer**: Install NPM dependencies. * **home-assistant-polymer**: start frontend build.