mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 07:53:04 +00:00
7 lines
287 B
Plaintext
Executable File
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
|