4

Possible Duplicate:
Find Unused Resources in a .NET Solution

Is there any tool to cleanup the unused or ambiguous Images and CSS from the ASP.NET Web Application Project without too much of effort, if there is a plugin for the same like Resharper that would be ideal.

Thanks

Community
  • 1
  • 1
Manoj Talreja
  • 793
  • 3
  • 11
  • 18

2 Answers2

1

This will help you find unused CSS: http://www.sitepoint.com/dustmeselectors/

Moin Zaman
  • 25,281
  • 6
  • 70
  • 74
1

There's also http://unused-css.com

Adel
  • 11
  • 1