Is there any tool to cleanup the unused or ambigous Images and CSS from the ASP.NET Web Application Project? [duplicate]
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
This will help you find unused CSS: http://www.sitepoint.com/dustmeselectors/
There's also http://unused-css.com
精彩评论