I’ve been having persistent problems with the front end and back end getting out of sync and losing small amounts of my edits.
Here’s what I’ve been trying as a workaround: hardcode a timestamp like 2016-06-28 14:16
in the H1 header in index.html as you’re working and update that manually every so often. If you see the live view of the project go out of sync, reload the whole project page (and click “Show Live” again).
PS: A couple hours ago I was seeing errors like this in the Activity Log but I gather that was just the server temporarily melting and got resolved quickly and probably unrelated to the above, though it seemed like it was exacerbating the problem:
/app/bin/start: fork: Resource temporarily unavailable
/app/bin/start: line 9: kill: (7) - No such process
/app/bin/start: line 8: wait_for: No record of process 7
/app/bin/start: fork: retry: No child processes
(And also some core dumps.)
PPS: I’m having so much fun working on HyperDev projects! The concept and execution (even with the above glitch) is absolutely brilliant. And thank you so much for being so responsive and receptive to feedback!