Ghost/core/server/services/members
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
..
emails Refined member emails 2019-10-16 14:22:42 +07:00
api.js Refactored member metadata logic into @tryghost/members-api package 2020-01-13 16:42:15 +07:00
config.js Added handling allowing members to edit their billing info (#11571) 2020-02-26 12:42:41 +08:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Removed unused isPaymentConfigured method 2020-01-17 12:08:30 +07:00
middleware.js Added minified members.js file handling 2020-02-26 14:08:10 +08:00