7 lines
210 B
Text
Executable file
7 lines
210 B
Text
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 ../../../../..
|