You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing a clean build on a new clone, or after changing a single asset in the sketch file, git considers all exported assets modified. Is there a way to avoid this? I noticed you reverted a diff algorithm, whats the story with that?
The text was updated successfully, but these errors were encountered:
It doesn't appear possible to get "modified" timestamps per-slice. So the diffing I wrote compared MD5 hashes of the exported assets and only swapped out the ones that had changed. It got a bit messy and I wanted to ship, so I reverted. However, I would be happy to accept a PR in that vein.
After doing a clean build on a new clone, or after changing a single asset in the sketch file, git considers all exported assets modified. Is there a way to avoid this? I noticed you reverted a diff algorithm, whats the story with that?
The text was updated successfully, but these errors were encountered: