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 7faff22 commit b7c5798Copy full SHA for b7c5798
.deploy.py
@@ -34,7 +34,7 @@ def main():
34
35
for file in built_files:
36
oss_key = prefix + file
37
- if re.search(r'\.[0-9a-f]{8}\.(js|css)$', file) and oss_key in oss_file_set:
+ if re.search(r'([0-9a-f]{16,}|\.[0-9a-f]{8}\.(js|css)$)', file) and oss_key in oss_file_set:
38
print(f'Skipping file {file} (hashed)')
39
continue
40
0 commit comments