0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test
Harry Wolff c8c02a65fa Remove ghost.js
fixes #1575
- Moves most code that was in ghost.js into ./core/server/index.js
- Creates ./core/server/config/theme.js to hold all theme configurations 
(which previously lived on ghost.blogGlobals())
- Removed ghost.server, passing it in as an argument where needed 
and allowing middleware to hold onto a reference for lazy use.
2013-12-07 10:10:02 -05:00
..
functional Fix login test failure 2013-12-05 15:25:20 +01:00
integration/model Replace cookieSession with session 2013-11-24 15:29:36 +01:00
unit Remove ghost.js 2013-12-07 10:10:02 -05:00
utils Replace cookieSession with session 2013-11-24 15:29:36 +01:00
blanket_coverage.js