You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Thank you for this great program.
It would be great if we can see missing .js (javascript) or .css files in an ASP.NET website or project, which is refered by such codes:
.
.
While possible, that would be challenging as you'd have to parse all the files to find those src attributes. Also tricky as sometimes the base directory for where web files end up is not where they starts (eg. when there's a 'dist' directory that things get copied to)
Could be in a .ASPX for an image with relative path like src='/Images/MyImage.png' which MyImage.png doesn't exist
Or in any part of all the project of a solution.
The text was updated successfully, but these errors were encountered: