0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe 829e8ed010 Expanded requires of lib/common i18n and events
- Having these as destructured from the same package is hindering refactoring now
- Events should really only ever be used server-side
- i18n should be a shared module for now so it can be used everywhere until we figure out something better
- Having them seperate also allows us to lint them properly
2021-05-03 17:14:52 +01:00
..
config Finished to move the frontend to themes v4 2021-02-23 15:02:11 +01:00
controllers Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
helpers Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
middlewares Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
bootstrap.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
CollectionRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
index.js
ParentRouter.js Added theme preview mode 2021-02-17 13:49:41 +00:00
PreviewRouter.js
registry.js
RSSRouter.js
settings.js
StaticPagesRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
StaticRoutesRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
TaxonomyRouter.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
UnsubscribeRouter.js