Polymer build script added

pull/5/head
Paulus Schoutsen 2014-10-22 00:18:00 -07:00
parent 8a8097af99
commit 80ecbe8057
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
config/*
!config/home-assistant.conf.default
homeassistant/components/http/www_static/polymer/bower_components/*
# There is not a better solution afaik..
!config/custom_components

3
build_polymer Executable file
View File

@ -0,0 +1,3 @@
cd homeassistant/components/http/www_static/polymer
bower install
vulcanize -o build.htm home-assistant-main.html