hass-core/script/bootstrap_frontend
2015-09-17 00:35:26 -07:00

5 lines
155 B
Text
Executable file

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