How do you get that info?
But only for the version that you initially bought.
@deprecated
.
thanks for the reply but Araxis does basically the same thing as Beyond Compare. it will replace but not really merge like i'm looking for. the only thing i've been able to find also compresses or minifies the css during it's merge process which i do not want. WinMerge, i'm in the same boat as you, i looked at it some time ago and was not impressed at all and have never looked at it againdavid63 wrote: Tue Mar 31, 2020 5:57 pm In the OP there is WinMerge - I looked at that some years ago and was not overly impressed but it has probably improved by now.
I use, and have done for some time, Araxis Merge - not free but very quick and easy to use. There is a professional version that will allow comparing/merging three files, but it is mega bucks.
.wrap
class in more than 1 file like soCode: Select all
.wrap {
border: 10px;
}
Code: Select all
.wrap {
background-color: #FFFFFF;
}
.wrap
class in 1 file with the following
Code: Select all
.wrap {
border: 10px;
background-color: #FFFFFF;
}
My recommendation here. I haven't used it to merge files, but that functionality is there.