diff-match-patch
diff-match-patch copied to clipboard
How to produce the minified version from the source?
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 You can use a javascript minfier
build instructions for JavaScript are in the wiki, and I have used the linked online Closure Compiler with success.