Files
homeassistant-core/script/bootstrap_frontend
T

8 lines
210 B
Plaintext
Raw Normal View History

2015-09-17 00:35:26 -07:00
echo "Bootstrapping frontend..."
2015-12-17 23:51:34 -08:00
git submodule update
2015-09-17 00:35:26 -07:00
cd homeassistant/components/frontend/www_static/home-assistant-polymer
npm install
2016-04-17 13:59:11 -07:00
./node_modules/.bin/bower install
2015-09-17 00:35:26 -07:00
npm run setup_js_dev
cd ../../../../..