Any way to check if a css file is referenced somewhere in the solution? Visual Studio -
i working on updating of css files , want make sure old files arent referenced anywhere in solution. guess ctrl+find of following:
<link rel="stylesheet" href="/content/front/css/style.css" />
but hoping able have quick way see how many times , file being referenced. similar how can code inspection various classes call throughout project.
my second goal remove css/js files aren't being used solution altogether!
any awesome. working in vs 2013 ultimate.
you try running code old file deleted , of errors code throws. (all of can't find file errors)
note: of programmers see , feel crying. know not cleanest way of doing should work , easy do. let me know if there better way of doing this.
Comments
Post a Comment