tags:

views:

31

answers:

1

What would be the easiest way to find a difference between two compacted css files. This can't be done at the server side using a diff tool since the final css comes from lots of sources.

Is there way to do something similar from the html of a webpage as well??

A: 

I have not used this myself but might give this a try http://gordianlabs.com/cssdiff/index.htm

RandyMorris
i'll give that a try.
Ands