hass-core/script/bootstrap_frontend
2015-12-18 00:01:52 -08:00

7 lines
190 B
Text
Executable file

echo "Bootstrapping frontend..."
git submodule update
cd homeassistant/components/frontend/www_static/home-assistant-polymer
npm install
bower install
npm run setup_js_dev
cd ../../../../..