0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test/unit/frontend/services
Hannah Wolfe 592d02fd23 🐛 Fixed perms error when building public assets
closes: https://github.com/TryGhost/Ghost/issues/13739

- Ghost cannot write to the core folder in correctly configured production installations
- Built assets therefore need to be written to the content directory
- Ghost does not overwrite anything in the content folder as part of an upgrade, therefore static files that are provided by Ghost
  must still live inside /core
- So as a result, we now have core/frontend/public and content/public
2021-11-19 11:36:45 +00:00
..
apps Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
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 Moved frontend unit tests into their own folder 2021-10-06 11:58:29 +01:00
theme-engine Added card-asset config with sensible default 2021-11-05 12:20:02 +00:00
url Fixed test mocks for Url Service test suite 2021-11-15 20:11:05 +04:00
card-assets.test.js 🐛 Fixed perms error when building public assets 2021-11-19 11:36:45 +00:00