Archived
Disabled compression
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4
-4
@@ -1,9 +1,9 @@
|
||||
const cacheName = "denizk0461-Swords _ Stuff-0.0.1";
|
||||
const contentToCache = [
|
||||
"Build/0.0.1.loader.js",
|
||||
"Build/0.0.1.framework.js.br",
|
||||
"Build/0.0.1.data.br",
|
||||
"Build/0.0.1.wasm.br",
|
||||
"Build/0.0.1-uncompressed.loader.js",
|
||||
"Build/0.0.1-uncompressed.framework.js",
|
||||
"Build/0.0.1-uncompressed.data",
|
||||
"Build/0.0.1-uncompressed.wasm",
|
||||
"TemplateData/style.css"
|
||||
|
||||
];
|
||||
|
||||
+4
-4
@@ -57,11 +57,11 @@
|
||||
}
|
||||
|
||||
var buildUrl = "Build";
|
||||
var loaderUrl = buildUrl + "/0.0.1.loader.js";
|
||||
var loaderUrl = buildUrl + "/0.0.1-uncompressed.loader.js";
|
||||
var config = {
|
||||
dataUrl: buildUrl + "/0.0.1.data.br",
|
||||
frameworkUrl: buildUrl + "/0.0.1.framework.js.br",
|
||||
codeUrl: buildUrl + "/0.0.1.wasm.br",
|
||||
dataUrl: buildUrl + "/0.0.1-uncompressed.data",
|
||||
frameworkUrl: buildUrl + "/0.0.1-uncompressed.framework.js",
|
||||
codeUrl: buildUrl + "/0.0.1-uncompressed.wasm",
|
||||
streamingAssetsUrl: "StreamingAssets",
|
||||
companyName: "denizk0461",
|
||||
productName: "Swords _ Stuff",
|
||||
|
||||
Reference in New Issue
Block a user