From 90f0632a6986f851c069cab969744cf4b7368d21 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Dec 2015 23:54:15 -0800 Subject: [PATCH] Install bower dependencies on frontend bootstrap --- script/bootstrap_frontend | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap_frontend b/script/bootstrap_frontend index 6fc94f95725..5bc3baf38c9 100755 --- a/script/bootstrap_frontend +++ b/script/bootstrap_frontend @@ -1,5 +1,6 @@ echo "Bootstrapping frontend..." cd homeassistant/components/frontend/www_static/home-assistant-polymer npm install +bower install npm run setup_js_dev cd ../../../../..