Suggestions on how build an HTML Diff tool?

前端 未结 16 1796
灰色年华
灰色年华 2021-02-02 02:00

In this post I asked if there were any tools that compare the structure (not actual content) of 2 HTML pages. I ask because I receive HTML templates from our designers, and freq

16条回答
  •  天涯浪人
    2021-02-02 02:22

    Pretty Diff can do this. It will compare the code structure only regardless of differences to white space, comments, or even content. Just be sure to check the option "Normalize Content and String Literals".

    http://prettydiff.com/

提交回复
热议问题