1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Hash demo files in index.html (#3185)

This commit is contained in:
Paulus Schoutsen
2019-05-09 20:19:15 -07:00
committed by GitHub
parent c87c782b2c
commit 9340d9068e
7 changed files with 84 additions and 64 deletions

View File

@@ -20,7 +20,7 @@ gulp.task(
"gen-service-worker-dev",
"gen-icons",
"gen-pages-dev",
"gen-index-html-dev",
"gen-index-app-dev",
"build-translations"
),
"copy-static",
@@ -44,7 +44,7 @@ gulp.task(
),
gulp.parallel(
"gen-pages-prod",
"gen-index-html-prod",
"gen-index-app-prod",
"gen-service-worker-prod"
)
)