From ea38742067f51c00bd2a916406d39f580621f581 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 17 Apr 2016 13:59:11 -0700 Subject: [PATCH] Update bootstrap frontend script --- script/bootstrap_frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap_frontend b/script/bootstrap_frontend index 346dee31f62..7062ecf3db5 100755 --- a/script/bootstrap_frontend +++ b/script/bootstrap_frontend @@ -2,6 +2,6 @@ echo "Bootstrapping frontend..." git submodule update cd homeassistant/components/frontend/www_static/home-assistant-polymer npm install -bower install +./node_modules/.bin/bower install npm run setup_js_dev cd ../../../../..