Tool to identify (and remove) unnecessary website files?

Posted by xanadont on Programmers See other posts from Programmers or by xanadont
Published on 2012-10-18T23:43:20Z Indexed on 2012/10/19 5:17 UTC
Read the original article Hit count: 480

Inevitably I'll stop using an antiquated css, script, or image file. Especially when a separate designer is tinkering with things and testing out a few versions of images. Before I build one myself, are there any tools out there that will drill through a website and list unlinked files? Specifically, I'm interested in ASP.NET MVC sites, so detecting calls to (and among many other things) @Url.Content(...) is important.

© Programmers or respective owner

Related posts about web-development

Related posts about developer-tools