2015-09-17 07:35:26 +00:00
|
|
|
echo "Bootstrapping frontend..."
|
2015-12-18 07:51:34 +00:00
|
|
|
git submodule update
|
2015-09-17 07:35:26 +00:00
|
|
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
|
|
|
npm install
|
2016-04-17 20:59:11 +00:00
|
|
|
./node_modules/.bin/bower install
|
2015-09-17 07:35:26 +00:00
|
|
|
npm run setup_js_dev
|
|
|
|
cd ../../../../..
|