0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/services
Hannah Wolfe e4c1e0d938
Added middleware for serving minified card assets
- Wired up the forntend to include and serve the minified css and js card assets if they exist
- This is a very naive implementation - ideally we wouldn't have to inject this in multiple places
- This allows us to add files to src/cards and have them included in themes
- The system is currently disabled due to an override in the theme config setting assets to false
2021-11-05 11:41:03 +00:00
..
apps Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
card-assets Added middleware for serving minified card assets 2021-11-05 11:41:03 +00:00
helpers Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
routing 🐛 Fixed 500 error when visiting an email-only post link 2021-10-26 16:01:10 +04:00
rss Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
sitemap 🐛 Fixed error in sitemap with >50k posts (#13317) 2021-09-17 11:13:42 +01:00
theme-engine Initial card asset service implementation 2021-11-04 11:34:40 +00:00
proxy.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
rendering.js Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00