Ghost/core/server/web
Katharina Irrgang c062114e47
Increased cache-control for ghost-sdk.min.js and ghost.min.css (#9399)
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
2018-01-16 12:22:29 +01:00
..
admin Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
api Ensure cors check happens for /authentication/token route (#9317) 2017-12-15 09:35:48 +00:00
middleware Extended ghost version utility (#9278) 2018-01-03 20:20:18 +01:00
site Increased cache-control for ghost-sdk.min.js and ghost.min.css (#9399) 2018-01-16 12:22:29 +01:00
parent-app.js
utils.js Burn dirty require of api utils 2017-12-14 21:25:51 +01:00