0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00
ghost/core
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
..
client@38f3e09f28 Updated Ghost-Admin to 1.20.0 2018-01-09 21:42:08 +01:00
server Increased cache-control for ghost-sdk.min.js and ghost.min.css (#9399) 2018-01-16 12:22:29 +01:00
test Fixed wrong status code for incorrect token requests (#9374) 2018-01-11 16:17:03 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00