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
srcdirectory and save the result to thebuildfolder. We do the same ondev installto 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.
eb7f365326tod2e8430c49