mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Do not preload async css
This commit is contained in:
parent
dfa392907d
commit
0eeb03baf7
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user