In the asp.net mvc 4.0 intranet project I see this in the _layout.cshtml:
<script src="@System.Web.Optimization.BundleTable.Bundles.ResolveBundleUrl("~/Scripts/js")"></script>
What means /Scripts/js ?
My question is about the “js”!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is part of the optimization framework which minifies and bundles your JavaScript for you. This include assumes the default registration. For more introduction, see Scott Guthrie’s blog post.