From 13ff59ec89615805551c1e6149b7bda0b5aedd04 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 24 Aug 2018 21:59:50 +0200 Subject: [PATCH] Fix hass icons --- src/html/extra_page.html.template | 2 +- webpack.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/html/extra_page.html.template b/src/html/extra_page.html.template index b318060c5a..b860a92396 100644 --- a/src/html/extra_page.html.template +++ b/src/html/extra_page.html.template @@ -35,6 +35,6 @@ } - + diff --git a/webpack.config.js b/webpack.config.js index 475b3e0a02..b87f785320 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,6 +25,7 @@ const generateJSPage = (entrypoint, latestBuild) => { tag: `ha-${entrypoint}`, compatibility: assets.chunks.compatibility.entry, entrypoint: assets.chunks[entrypoint].entry, + hassIconsJS: assets.chunks['hass-icons'].entry, }), filename: `${entrypoint}.html`, });