0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/services/settings
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
..
cache.js
default-routes.yaml YAML settings loader and parser 2018-04-15 19:40:22 +02:00
ensure-settings.js YAML settings loader and parser 2018-04-15 19:40:22 +02:00
index.js Load yaml settings files synchronously 2018-04-20 15:25:06 +02:00
loader.js Load yaml settings files synchronously 2018-04-20 15:25:06 +02:00
yaml-parser.js YAML settings loader and parser 2018-04-15 19:40:22 +02:00