Ghost/core
Hannah Wolfe 82ef700d81
Refactored theme service to use async/await
refs: https://github.com/TryGhost/Team/issues/831

- We prefer async/await over promise chains because it makes the code much more readable
- the Theme Service needs further work and this should make that work much easier
   - e.g. https://github.com/TryGhost/Team/issues/831
   - e.g. fixing up the index.js file
2021-07-07 12:28:55 +01:00
..
client@f68d2ccc63 Updated Ghost-Admin to v4.9.0 2021-07-07 09:39:57 +01:00
frontend Removed i18n from frontend theme code 2021-07-07 11:32:02 +01:00
server Refactored theme service to use async/await 2021-07-07 12:28:55 +01:00
shared Removed unneded i18n and logging parametes from update check 2021-07-02 19:07:13 +04:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Refactored bootstrap.init to require route settings 2021-07-07 10:25:45 +01:00
bridge.js Refactored bootstrap.init to require route settings 2021-07-07 10:25:45 +01:00