I have a compiled 'dist' folder and I want to know if it matches with the source code or is a different version. How can I do it?
Asked
Active
Viewed 134 times
-1
-
What's your use case? – David Jul 18 '19 at 13:02
1 Answers
0
Hacky solution would be to copy the dist folder into a git project, commit that folder, recompile copy that into the git folder and do a diff. If there is no diff it was from the source.

H3llskrieg
- 94
- 8