You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A timestamp should be added to the generated filename or a query parameter to the URL to force the browser to refetch the bundle if it updates. I kind of like only having one file around and just diffing against it when the bundle is generated, so I’m leaning towards the query parameter. It’s still annoying because we have to track the version, and I’m not sure how to do that easily.
The text was updated successfully, but these errors were encountered:
Yeah, I looked over at django-compress and that’s what they do. I just pushed a first pass at adding it in. Unfortunately, the whole project needs tests, so all I can say is that it “works for me” so far.
A timestamp should be added to the generated filename or a query parameter to the URL to force the browser to refetch the bundle if it updates. I kind of like only having one file around and just diffing against it when the bundle is generated, so I’m leaning towards the query parameter. It’s still annoying because we have to track the version, and I’m not sure how to do that easily.
The text was updated successfully, but these errors were encountered: