hass-core/script/bootstrap_frontend

8 lines
210 B
Text
Raw Normal View History

echo "Bootstrapping frontend..."
2015-12-17 23:51:34 -08:00
git submodule update
cd homeassistant/components/frontend/www_static/home-assistant-polymer
npm install
2016-04-17 13:59:11 -07:00
./node_modules/.bin/bower install
npm run setup_js_dev
cd ../../../../..