Ghost/core/server/api
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
..
db.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
index.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
notifications.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
posts.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
settings.js Update config.theme() after every settings edit 2013-12-12 08:25:08 -05:00
tags.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
users.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00