Ghost/core/server/config
enahs dddf2ec5b2 More verbose error message for invalid JSON in config.js
if you enter an invalid json object such as:
```
{
server: "http://foo.com"
host: "0.0.0.0"
}
```
while configuring, you get errors but are still able to run forever and the message previously was not as indicative of other potential configuration problems.
2013-11-28 13:58:28 +00:00
..
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
loader.js More verbose error message for invalid JSON in config.js 2013-11-28 13:58:28 +00:00
paths.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00