Check if the runtime is up to date on dev install
#123
Loading…
Reference in New Issue
No description provided.
Delete Branch "runtime-out-of-date"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On build, we now hash the entire
src
directory and save the result to thebuild
folder. We do the same ondev install
to detect if there were any changes to the source that would require a rebuild. This should catch install-before-build, install-after-pull, and general day-to-day development concerns.Closes #122.
eb7f365326
tod2e8430c49