0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/services/themes
Hannah Wolfe bf0823c9a2 Moved hbs engine into new theme engine service
- This is the beginning of splitting up the theme service into:
   - Storage components used by the API (should be a server service)
   - Theme engine & rendering components used by the frontend (this new engine service)
   - The code to activate a theme which is shared code where the API & frontend need to communicate
- This is needed because currently the frontend theme service is required and used by the API, creating tight coupling.
- In my quest to truly separate the API and frontend, this is one of many battles that needs winning
2021-04-19 20:03:30 +01:00
..
engines Hardened frontend tests checking API engine 2021-02-24 18:55:12 +13:00
handlebars Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
active_spec.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
config_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
list_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
loader_spec.js 🔥 Added support for Node 14 2020-10-23 12:57:02 +01:00
middleware_spec.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
preview_spec.js 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
validate_spec.js Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00