When running "grunt build" it resets my entire course back to the demo, could this be an issue with a PATH?
Michael - Are the course files you're editing in the build folder or the src folder?
They are in the build folder, I'm guessing I'm being an amateur and should be editing in the src folder. :)
Yeah, because every time you run a build, it compiles what's in the src folder and will overwrite what's in the build folder. That confused me at first too. Editing in the build files is convenient because you can preview the changes every time you refresh your browser, just remember to copy the changes over to the src folder before you re-build your course ;)