My environment is Visual Studio 2010 with Resharper 6.0. I have a large website with many CSS files with many styles.
I would like to remove them, since many of them are no longer in use, I noticed that Resharper allows you to track usage, but obviously this may skip the CSS class specifications in the code, etc.
My only solution is to make search files in VS, but obviously when you have a lot of styles, it is too slow and cumbersome.
Has anyone had a similar predicament?
EDIT: It's worth mentioning that a site is a CMS containing about 10,000 pages, so anything that requires a page view can also be a bit complicated.
Mantorok
source share