v0.2.6: Recursively diff trees
#9 takes care of a previous problem where only changed files in the root would be detected. Now run-if-changed
will detect files nested deeper in the project structure.
Thanks to @gorkalaucirica for this contribution!