ABenassi87 / ngx-text-diff

A Text Diff component for Angular
https://ngx-text-diff.herokuapp.com/home
50 stars 44 forks source link

Add highlight to differences #2 #5

Closed ABenassi87 closed 5 years ago

ABenassi87 commented 5 years ago

Changes:

Resolves #2

paustint commented 5 years ago

@ABenassi87 - seems like the "copy" command is not cross-platform compatible (meaning all the package commands fail) - Maybe you can use something like copyfiles or a JS script of some sort (gulp / release-ite /etc..)

EDIT: Even changing the commands to cp to be unix compatible, these does not work because cp will not auto-create directories like windows will.

ABenassi87 commented 5 years ago

@paustint thanks Austin. I added copyfiles as a dependency and I use it to copy the files.

ABenassi87 commented 5 years ago

@paustint Thank you very much for code review and the time that you spent on doing it.