diff --git a/.gitignore b/.gitignore index d6492bb3f9d..ec8fbb301ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/build_polymer b/build_polymer new file mode 100755 index 00000000000..42eeae21143 --- /dev/null +++ b/build_polymer @@ -0,0 +1,3 @@ +cd homeassistant/components/http/www_static/polymer +bower install +vulcanize -o build.htm home-assistant-main.html