mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Polymer build script added
This commit is contained in:
parent
8a8097af99
commit
80ecbe8057
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
config/*
|
config/*
|
||||||
!config/home-assistant.conf.default
|
!config/home-assistant.conf.default
|
||||||
|
homeassistant/components/http/www_static/polymer/bower_components/*
|
||||||
|
|
||||||
# There is not a better solution afaik..
|
# There is not a better solution afaik..
|
||||||
!config/custom_components
|
!config/custom_components
|
||||||
|
3
build_polymer
Executable file
3
build_polymer
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
cd homeassistant/components/http/www_static/polymer
|
||||||
|
bower install
|
||||||
|
vulcanize -o build.htm home-assistant-main.html
|
Loading…
x
Reference in New Issue
Block a user