1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Inline mdi icons with babel plugin + bump build deps (#9498)

This commit is contained in:
Bram Kragten
2021-07-12 18:26:07 +02:00
committed by GitHub
parent e8b53a619d
commit 2e16127fde
19 changed files with 1160 additions and 1916 deletions

View File

@@ -47,8 +47,8 @@ gulp.task(
gulp.parallel("gen-icons-json", "build-translations"),
"copy-static-app",
env.useRollup() ? "rollup-prod-app" : "webpack-prod-app",
...// Don't compress running tests
(env.isTest() ? [] : ["compress-app"]),
// Don't compress running tests
...(env.isTest() ? [] : ["compress-app"]),
gulp.parallel(
"gen-pages-prod",
"gen-index-app-prod",