0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core
Josh Vanderwillik 1438278ce4 Extract starting functionality into an exported class
closes #3789
- Create a GhostServer class to manage state
- index.js now calls start on the exported server
- Alter tests to expect a GhostServer instance
2014-08-21 17:04:39 -04:00
..
client Merge pull request #3830 from wjake/issue-3813 2014-08-21 20:09:18 +01:00
server Extract starting functionality into an exported class 2014-08-21 17:04:39 -04:00
shared Removing prototypal i18n code 2014-08-16 17:29:54 +01:00
test Extract starting functionality into an exported class 2014-08-21 17:04:39 -04:00
bootstrap.js
index.js Extract starting functionality into an exported class 2014-08-21 17:04:39 -04:00
server.js