c062114e47
no issue - we increase the client in-memory expiry for production built assets - as soon as there will be another release, a new asset hash is generated and the client cache is invalidated automatically (doesn't matter how long we store the file in the client) - the next step is to get rid of having asset hashs part as query params - ghost-sdk.min.js?v=1234 is becoming e.g. ghost-sdk-1234.min.js - reasons: - A: performance tools complain about it - B: we no longer invalidate the asset hashs for built assets if the theme changes |
||
---|---|---|
.. | ||
app.js | ||
index.js | ||
routes.js |