Hi Guys,
I am working through the documentation on the github page.
I have created a course 'test1' and I have it open and running correctly in my browser.
I also have one git terminal window open which runs the server, and then I have opened one additional git terminal at the location of my course (/test1)
Now I make changes to contentObjects.json and add another object. If I just refresh the browser window without re-building the course, then I can see my new object there on the page.
However, as soon as I $grunt build again in my seconf terminal window, all my changes are undone, and the files in my course reverts back to the original files that I checked out, ie the sample course.
Any idea what I'm doing wrong?
Thanks!