We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01806b commit 0f0ce27Copy full SHA for 0f0ce27
services/static-webserver/client/scripts/post-compile.py
@@ -75,7 +75,6 @@ def add_no_cache_param(vcs_ref_client):
75
continue
76
with open(boot_file_path) as boot_file:
77
data = boot_file.read()
78
- # data = data.replace("var URL_PARAMETERS = {{}}", "var URL_PARAMETERS = {{'add-no-cache': true}}")
79
data = data.replace("addNoCacheParam : false", "addNoCacheParam : true")
80
with open(boot_file_path, "w") as file:
81
print(f"Updating URL_PARAMETERS: {boot_file_path}")
0 commit comments