Skip to content

Commit 0f0ce27

Browse files
committed
addNoCacheParam to true
1 parent b01806b commit 0f0ce27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/static-webserver/client/scripts/post-compile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def add_no_cache_param(vcs_ref_client):
7575
continue
7676
with open(boot_file_path) as boot_file:
7777
data = boot_file.read()
78-
# data = data.replace("var URL_PARAMETERS = {{}}", "var URL_PARAMETERS = {{'add-no-cache': true}}")
7978
data = data.replace("addNoCacheParam : false", "addNoCacheParam : true")
8079
with open(boot_file_path, "w") as file:
8180
print(f"Updating URL_PARAMETERS: {boot_file_path}")

0 commit comments

Comments
 (0)