Hey
Still in week on of Adapt and having loving it.
I have just hit a wall and need some help on how to debug my course.
I have my prototypic course constructed and it was all going well,
Today I came to build and deploy and the build and local server version all look cool but when deployed only the front screen renders.
My build process is
$ rm -rf ./build
$grunt build
$grunt server
The course pops into the browser and works fine
zip -r mycourse.zip ./build
Looking in the zip file we have all the files
When I deploy it to the webrowser and select index the front page appears hit a course object then I get the spinning?
Any thoughts appreciated.