0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Harry Wolff 8bc6a6e633 Makes the Ghost application more express middleware friendly.
refs #827

- Moves ./index to use Ghost in a similar manner to how someone uses
Ghost as an npm module.
- Allows Ghost to be cleanly mounted on another express application
on any arbitrary endpoint, all you need to customize is the mount path.
2014-08-29 17:30:16 -04:00
..
client Merge pull request #3882 from JohnONolan/fix-profile 2014-08-26 12:30:00 +01:00
server Makes the Ghost application more express middleware friendly. 2014-08-29 17:30:16 -04:00
shared Removing prototypal i18n code 2014-08-16 17:29:54 +01:00
test Merge pull request #3866 from hswolff/config-updates 2014-08-29 21:35:56 +01:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
server.js