1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-16 07:53:04 +00:00
Files
core/build_polymer
2014-10-24 23:31:12 -07:00

7 lines
287 B
Plaintext
Executable File

# To build the frontend, you need node, bower and vulcanize
# npm install -g bower vulcanize
cd homeassistant/components/http/www_static/polymer
bower install
vulcanize -o ../frontend.html --inline home-assistant-main.html
cp bower_components/platform/platform.js ../polymer_platform.js