Don't bundle locale data, but add to static (#10119)

This commit is contained in:
Bram Kragten
2021-10-01 16:58:02 +02:00
committed by GitHub
parent 75a3566760
commit 257e60a2b1
14 changed files with 170 additions and 44 deletions

View File

@@ -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",