1

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"!

0

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.