Ghost/core/server/routes
Harry Wolff 058b82bba1 Update config.theme() after every settings edit
fixes #1645

- removes server.get('ghost root') as it is only an alias
to config.paths().path, and adds unnecessary indirection
- removes config.theme().path as its just an alias to
config.paths().path, updated all relevant references
- update config.theme.update to only require the api/settings object,
and no longer need the config object
- modify api/settings.edit to call config.theme.update so that
the themeObject is ready for next rendering of template
2013-12-12 08:25:08 -05:00
..
admin.js Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
api.js Move server middleware configuration to related file 2013-11-19 21:05:57 -05:00
frontend.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
index.js Reduce size of ghost.js by moving related Routing code to their own files 2013-11-19 21:05:09 -05:00