Build a new Hass.io panel (#1271)

* Build a new Hass.io panel

* Use webcomponents-lite.js

* Compress new panel

* Lint
This commit is contained in:
Paulus Schoutsen
2018-06-08 15:26:48 -04:00
committed by GitHub
parent 92930a2b94
commit d243f2ead6
11 changed files with 112 additions and 101 deletions

View File

@@ -15,4 +15,4 @@ for (item of toReplace) {
index = index.replace(item[0], item[1]);
}
fs.writeFileSync(`${config.buildDir}/index.html`, index);
fs.writeFileSync(`${config.buildDirLegacy}/index.html`, index);