Do not preload async css

This commit is contained in:
tobspr 2022-06-17 14:55:08 +02:00
parent dfa392907d
commit 0eeb03baf7
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ function gulptasksHTML($, gulp, buildFolder) {
// Preload essentials
const preloads = [
"res/fonts/GameFont.woff2",
"async-resources.css",
"res/sounds/music/theme-short.mp3",
// "async-resources.css",
// "res/sounds/music/theme-short.mp3",
];
preloads.forEach(src => {