Landing page (#22598)

This commit is contained in:
Wendelin
2024-11-20 17:20:08 +01:00
committed by GitHub
parent 6a337cc486
commit 5b8e63a213
41 changed files with 1262 additions and 21 deletions

View File

@@ -38,3 +38,14 @@ gulp.task(
])
)
);
gulp.task(
"clean-landing-page",
gulp.parallel("clean-translations", async () =>
deleteSync([
paths.landingPage_output_root,
paths.landingPage_build,
paths.build_dir,
])
)
);