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
|
// Preload essentials
|
||||||
const preloads = [
|
const preloads = [
|
||||||
"res/fonts/GameFont.woff2",
|
"res/fonts/GameFont.woff2",
|
||||||
"async-resources.css",
|
// "async-resources.css",
|
||||||
"res/sounds/music/theme-short.mp3",
|
// "res/sounds/music/theme-short.mp3",
|
||||||
];
|
];
|
||||||
|
|
||||||
preloads.forEach(src => {
|
preloads.forEach(src => {
|
||||||
|
Loading…
Reference in New Issue
Block a user