hass-core/script/bootstrap_frontend
2015-12-13 23:54:15 -08:00

6 lines
169 B
Text
Executable file

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