1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-10 08:07:06 +00:00
core/script/bootstrap_frontend
2015-09-17 00:35:26 -07:00

6 lines
155 B
Plaintext
Executable File

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