core/script/bootstrap_frontend

8 lines
190 B
Plaintext
Raw Normal View History

echo "Bootstrapping frontend..."
2015-12-18 07:51:34 +00:00
git submodule update
cd homeassistant/components/frontend/www_static/home-assistant-polymer
npm install
bower install
npm run setup_js_dev
cd ../../../../..