Files
core/script/bootstrap_frontend
T

8 lines
190 B
Plaintext
Raw Normal View History

2015-09-17 00:35:26 -07:00
echo "Bootstrapping frontend..."
2015-12-17 23:51:34 -08:00
git submodule update
2015-09-17 00:35:26 -07:00
cd homeassistant/components/frontend/www_static/home-assistant-polymer
npm install
bower install
2015-09-17 00:35:26 -07:00
npm run setup_js_dev
cd ../../../../..