0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
kirrg001 0ac19dcf84 Load yaml settings files synchronously
refs https://github.com/TryGhost/Team/issues/65

- it's easier for the architecture if we read the setting files synchronously,
  because the dynamic routing component is part of the express bootstrap and
  the whole routing bootstrap is synchronously
- for now: we only read one file anyway
- it's for now easier to read the file synchronously, then i don't have to change
  any existing express bootstrap architecture
2018-04-20 15:25:06 +02:00
..
client@cd5541eeac Updated Ghost-Admin to 1.22.3 2018-04-17 11:13:53 +01:00
server Load yaml settings files synchronously 2018-04-20 15:25:06 +02:00
test Load yaml settings files synchronously 2018-04-20 15:25:06 +02:00
index.js