Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-12 | Only write the strings file if necessary | Clayton G. Hobbs | |
Now we check a hash of the voice commands before writing the strings file to reduce how much we write to the hard disk. In implementing this, I realized that some code was being duplicated in an easily fixable way, so I created a Hasher object that keeps track of the hash.json file. Resolves #6 |