From 0eeb03baf786ca353d3ff17193fd31741f66053d Mon Sep 17 00:00:00 2001 From: tobspr Date: Fri, 17 Jun 2022 14:55:08 +0200 Subject: [PATCH] Do not preload async css --- gulp/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulp/html.js b/gulp/html.js index d9c65664..ced7f515 100644 --- a/gulp/html.js +++ b/gulp/html.js @@ -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 => {