0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Nazar Gargol 258bcc71bf Added minified members.js file handling
refs 91984b54ca

- For request effieciency we should be using a minified file just like we did previously with `ghost-sdk.js`
- Modified 'max-age' caching header to 1 year  for both minified and non-minified files as thay won't affect dev environment and should be beneficial for self-hosting instances that don't use minification
- Along the way corrected an extra 301 redirect because `/public/member.js` path wasn't using a bakslach in the end.
2020-02-26 14:08:10 +08:00
..
client@5a73022556 Updated Ghost-Admin to 3.8.0 2020-02-24 11:53:34 +00:00
frontend Added minified members.js file handling 2020-02-26 14:08:10 +08:00
server Added minified members.js file handling 2020-02-26 14:08:10 +08:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test Renamed test function to fix eslint warning 2020-02-24 20:51:09 +00:00
index.js