1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/script/bootstrap_frontend
2016-04-17 13:59:11 -07:00

8 lines
210 B
Plaintext
Executable File

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