1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Improve custom panel support (#1236)

* Add custom panel

* Lint

* Add reference to docs

* Use panel.config
This commit is contained in:
Paulus Schoutsen
2018-06-01 10:06:28 -04:00
committed by GitHub
parent 1a3966e55f
commit c3d67133c2
14 changed files with 279 additions and 7 deletions

View File

@@ -18,8 +18,6 @@ cp -r public/__init__.py $OUTPUT_DIR_ES5/
cp src/authorize.html $OUTPUT_DIR
# Manually copy over this file as we don't run the ES5 build
# The Hass.io panel depends on it.
cp node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js $OUTPUT_DIR_ES5
cp node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map $OUTPUT_DIR
./node_modules/.bin/webpack --watch --progress