1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 21:04:57 +00:00

Improve preload screen

This commit is contained in:
tobspr
2022-06-17 13:04:19 +02:00
parent 11d2c701a2
commit 51fcc1e470
5 changed files with 34 additions and 15 deletions

View File

@@ -165,6 +165,7 @@ function serveHTML({ version = "web-dev" }) {
// Watch .html files, those trigger a html rebuild
gulp.watch("../src/**/*.html", gulp.series("html." + version + ".dev"));
gulp.watch("./preloader.css", gulp.series("html." + version + ".dev"));
// Watch translations
gulp.watch("../translations/**/*.yaml", gulp.series("translations.convertToJson"));