0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web
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
..
admin Integrated Sentry error tracking 2020-02-03 13:43:43 +00:00
api Added handling allowing members to edit their billing info (#11571) 2020-02-26 12:42:41 +08:00
shared Refactored variable name to match intent 2020-02-20 11:56:01 +00:00
site Added minified members.js file handling 2020-02-26 14:08:10 +08:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
parent-app.js Integrated Sentry error tracking 2020-02-03 13:43:43 +00:00