create resuable hashing utility for Greenwood and plugins #553
Labels
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
good first issue
Good for newcomers
Plugins
Greenwood Plugins
v0.24.0
Milestone
Type of Change
Summary
Content based file hashing is done in a variety of places in Greenwood, generating filenames based on the hashed contents of the files. Currently each implementation is doing it on its own and slightly different.
hashString
in client -this should be done after Upgrade project codebase to ESM #532) - completed as part of enhancement/issue 629 cache unchanged assets in development #760Details
It would be better to just have a single implementation that can be created in one place cli/src/libs/ that all other implementations can use, probably based on
Buffer
approach?The text was updated successfully, but these errors were encountered: