Picture of Richard Whomersley
Error reporting during Grunt Build
by Richard Whomersley - Tuesday, 16 February 2016, 5:26 PM
 

Hi all, 

I've got a quick question. Sadly, I'm prone to making the occasional error when coding my JSON files.

I've recently noticed that when I've created a new course that the error reporting has become less verbose (and takes longer to debug - see attached example).

Is there anything I can do to get this back? It was incredibly useful, and now, not so much. :-)

Thanks,

Richard


Picture of Brian Quinn
Re: Error reporting during Grunt Build
by Brian Quinn - Tuesday, 16 February 2016, 10:49 PM
 

Hi Richard,

I'm not sure about getting it back but the log indicates you have a } character in the wrong place in components.json.  It's probably worth pasting the contents of your JSON file into one of the many JSON lint tools you can find online.

Brian