1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Workbox 5 in gulp (#5843)

This commit is contained in:
Paulus Schoutsen
2020-05-13 02:12:01 -07:00
committed by GitHub
parent 10358abbec
commit 581fafdcc9
8 changed files with 783 additions and 243 deletions

View File

@@ -20,7 +20,7 @@ gulp.task(
},
"clean",
gulp.parallel(
"gen-service-worker-dev",
"gen-service-worker-app-dev",
"gen-icons-json",
"gen-pages-dev",
"gen-index-app-dev",
@@ -46,7 +46,7 @@ gulp.task(
gulp.parallel(
"gen-pages-prod",
"gen-index-app-prod",
"gen-service-worker-prod"
"gen-service-worker-app-prod"
)
)
);