Please forgive my lack of understanding - I'm new to using Adapt.
I've installed the framework using Git, Node, Grunt etc using the Windows cmd. Now I'm using an IDE (Sublime Text) to edit some of the files within the source. I’m using ‘Grunt watch’ so that any changes I make will update automatically.
When I try edit colours of existing boxes, I can do that FINE. But when I come to edit the contentsObjects.json file just to add another box, my IDE beeps at me and doesn’t allow me to save. I’m literally copying a piece of code from the same page and pasting it in order to simply create another box (and changing the ID), but it won’t let me.
Any ideas what I’m doing wrong?