diff-match-patch icon indicating copy to clipboard operation
diff-match-patch copied to clipboard

How to produce the minified version from the source?

Open nodeticswww opened this issue 5 years ago • 2 comments

How do you produce https://github.com/google/diff-match-patch/blob/master/javascript/diff_match_patch.js

from this file https://github.com/google/diff-match-patch/blob/master/javascript/diff_match_patch_uncompressed.js

nodeticswww avatar Dec 14 '20 18:12 nodeticswww

@nodeticswww You can use a javascript minfier

iyxan23 avatar Dec 25 '20 13:12 iyxan23

build instructions for JavaScript are in the wiki, and I have used the linked online Closure Compiler with success.

dmsnell avatar Apr 08 '21 21:04 dmsnell