Compare VexFlow images using two working copies
masterIf you need to compare two different local versions of VexFlow (for example, your own branch vs. a pull request branch), use this method:
- Generate Images for Both: In each separate working copy, run
gruntand thengrunt generate:current. - Prepare for Comparison: You will now have two
vexflow/build/images/current/folders. - Compare: Open
index.htmlin your local browser. Drag onecurrent/folder onto the left side of the compare tool and the othercurrent/folder onto the right side.
Tip: To avoid managing two current/ folders, you can rename one to reference/ and move it into the other working copy's vexflow/build/images/ directory. Then, drag the combined images/ folder onto the compare tool as described in the single working copy method.