0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Adam Howard c5fa7ae1a6 Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact.
Extracts all express-server-related code in index.js to core/server.js, leaving index.js purely for booting up Ghost's core components in a sensible order.

Aside from the project's tidiness, this means that we can perform asynchronous configuration loading/checks before requiring any modules that read the config.
2013-09-14 14:04:08 +01:00
..
client Clean up config (drop 'env') 2013-09-14 13:14:00 +01:00
server Clean up config (drop 'env') 2013-09-14 13:14:00 +01:00
shared Reverting some markdown fixes 2013-09-12 21:49:29 +01:00
test Clean up config (drop 'env') 2013-09-14 13:14:00 +01:00
config-loader.js Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact. 2013-09-14 14:04:08 +01:00
ghost.js Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact. 2013-09-14 14:04:08 +01:00
server.js Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact. 2013-09-14 14:04:08 +01:00