Ghost/core/frontend/services
Hannah Wolfe fdf38ba8c6
Initial card asset service implementation
- Requires the new @tryghost/minifier package
- Adds a new service that will handle taking config from the theme and optionally including assets for Koenig editor cards
- It supports both css and js as cards may need one or both
- For any given config, the tool can find the matching files to include and concat and minify them into one file per type
- Currently has an override in place so that this is not yet customisable in the theme - will remove this override when we're ready for the feature
2021-11-04 11:34:40 +00:00
..
apps Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
card-assets Initial card asset service implementation 2021-11-04 11:34:40 +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