staticallyio / statically

The CDN for developers.
https://statically.io
MIT License
585 stars 91 forks source link

Cache will not update; has been over 24 hours; `?env=dev` does not bypass the cache #65

Closed clockelliptic closed 4 years ago

clockelliptic commented 4 years ago

This is regarding static files (JS and CSS)

Cache will not update, has been over 24 hours, adding ?env=dev query parameter does not bypass the cache.

How can I force statically to update the chached files?

fransallen commented 4 years ago

Hi @clockelliptic,

Thanks for reaching out!

?env=dev will be deprecated soon, use ?dev=1 instead to cache content for 5 mins.

Best, Frans