Ghost/core/server/apps
Harry Wolff be37070fb6 This aims to speed up both the ghost application and tests by
migration from usage of config() to just an object of config.

no relevant issue

- Change 'loadConfig' task to 'ensureConfig' to more accurately reflect
what it is actually doing.  Its sole purpose is to make sure a `config.js`
 file exists, and as such the name now reflects that purpose.

- Update config/index.js to export the ghostConfig object directly
so that it can be accessed from other modules

- Update all references of config(). to config.
This was a blind global find all and replace, treat it as such.

- Fixes to tests to support new config access method

- Allow each test to still work when invoked invidually
2014-07-22 22:37:44 -04:00
..
dependencies.js Install App Dependencies 2014-02-08 16:58:13 -06:00
index.js correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
loader.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
permissions.js App Permissions from package.json 2014-04-16 18:14:56 +02:00
proxy.js Refactor API arguments 2014-05-15 10:41:05 +01:00
sandbox.js Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00