If I have this in my Site.Master file:
<link href="../../Content/Site.css" rel="stylesheet" type="text/css" />
and then go to View Source on page of my site (when deployed to actual server), it renders like this:
<link href="Content/Site.css" rel="stylesheet" type="text/css" />
But if I have a JS file in the Scripts/ folder, it doesn't mimic the same behavior. Where is the magic? Is there some setting somewhere that is causing this?
Thanks,
~ Justin