mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-08 11:19:44 +00:00
Don't bundle locale data, but add to static (#10119)
This commit is contained in:
@@ -51,6 +51,7 @@ gulp.task(
|
||||
gulp.parallel(
|
||||
"gen-icons-json",
|
||||
"build-translations",
|
||||
"build-locale-data",
|
||||
"gather-gallery-demos"
|
||||
),
|
||||
"copy-static-gallery",
|
||||
@@ -70,6 +71,7 @@ gulp.task(
|
||||
gulp.parallel(
|
||||
"gen-icons-json",
|
||||
"build-translations",
|
||||
"build-locale-data",
|
||||
"gather-gallery-demos"
|
||||
),
|
||||
"copy-static-gallery",
|
||||
|
Reference in New Issue
Block a user