Ghost/core
Hannah Wolfe de7143bc62 Refactoring Ghost middleware
closes #657, closes #761

- Got rid of initTheme from ghost.js (yay)
- Divided up the logic for static assets and views
- Ghost admin static assets are now served from /ghost/
- New logic to figure out if we're on the admin, or a theme and which theme we are on
- Activate theme method reregisters static access and uncaches views
- Re-ordered all of the middleware, and ensured we had a 404 handler at the end
- Activate theme method ensures that middleware maintains order
2013-09-17 01:49:08 +01:00
..
client Merge pull request #758 from ErisDS/uploads-in-editor 2013-09-16 13:37:49 -07:00
server Refactoring Ghost middleware 2013-09-17 01:49:08 +01:00
shared Save image uploads in the editor 2013-09-16 18:08:49 +01:00
test Merge pull request #758 from ErisDS/uploads-in-editor 2013-09-16 13:37:49 -07: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 Refactoring Ghost middleware 2013-09-17 01:49:08 +01:00
server.js Refactoring Ghost middleware 2013-09-17 01:49:08 +01:00