Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Temporal minification fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 10, 2021
1 parent 173ab76 commit 522b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'CACHE_THRESHOLD': CACHE_THRESHOLD,
'CACHE_DIR': './external_image_cache'
})
minify(app=app, html=True, js=True, cssless=True, passive=True, caching_limit=0)
minify(app=app, html=True, js=True, cssless=True, static=False, fail_safe=False, caching_limit=0)


def sendRegisterRequestToPeer(url):
Expand Down

0 comments on commit 522b8af

Please sign in to comment.