0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/frontend/services
Hannah Wolfe 0ede559d5b
🐛 Fixed card asset init/reload behaviour
- Card asset reloading was incorrectly only happening if the API version changed 🙈
- In addition, having an init function was redundant, as theme activation happens on boot
- This meant that the card assets were being generated twice on boot
- Instead, we now only generate them on theme activation, which covers the boot case and simplifies all the logic
2021-11-23 12:53:58 +00:00
..
apps
routing Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
rss Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
sitemap
theme-engine Added card-asset config with sensible default 2021-11-05 12:20:02 +00:00
url Added writeDisabled flag to URL file cache 2021-11-22 21:56:32 +13:00
card-assets.test.js 🐛 Fixed card asset init/reload behaviour 2021-11-23 12:53:58 +00:00