mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
8 lines
210 B
Plaintext
Executable File
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 ../../../../..
|