mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
0ede559d5b
- 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
|
||
---|---|---|
.. | ||
apps | ||
routing | ||
rss | ||
sitemap | ||
theme-engine | ||
url | ||
card-assets.test.js |