1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-01 06:02:55 +01:00

Use demo icons instead of mdi (#2623)

* generate demo icons

* replace tab icons and update build file

* review comments

* review comments

* update ignores

* cleanup
This commit is contained in:
David F. Mulcahey
2019-01-30 14:42:09 -05:00
committed by Paulus Schoutsen
parent f97b5c48d0
commit e42e59871e
8 changed files with 154 additions and 128 deletions

View File

@@ -6,6 +6,8 @@ set -e
cd "$(dirname "$0")/.."
node script/gen-icons.js
cd ..
DEMO=1 ./node_modules/.bin/gulp build-translations gen-icons
cd demo