mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Polymer build script added
This commit is contained in:
@@ -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
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
cd homeassistant/components/http/www_static/polymer
|
||||
bower install
|
||||
vulcanize -o build.htm home-assistant-main.html
|
||||
Reference in New Issue
Block a user