1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Call build from bootstrap. Allow nonfingerprinted mdi. (#476)

This commit is contained in:
Andrey
2017-10-27 06:26:38 +03:00
committed by Paulus Schoutsen
parent 43a00d70d9
commit 7bd7f14913
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -12,5 +12,8 @@ yarn install
# Install bower web components. Allow to download the components as root since the user in docker is root.
./node_modules/.bin/bower install --allow-root
# Generate all needed files.
script/build_frontend
# Build files that need to be generated to run development mode
yarn dev