0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
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
..
client Merge pull request #1577 from halfdan/527-subdir-admin 2013-11-28 05:14:23 -08:00
server More verbose error message for invalid JSON in config.js 2013-11-28 13:58:28 +00:00
shared Create the config module, initially used 2013-11-25 16:35:16 -05:00
test Test bug fix 2013-11-28 12:33:02 +00:00
ghost.js Create the config module, initially used 2013-11-25 16:35:16 -05:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00