Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created December 14, 2015 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/64fefd29f76c5930211c to your computer and use it in GitHub Desktop.
Save scottaddie/64fefd29f76c5930211c to your computer and use it in GitHub Desktop.
Index.cshtml script tags
<script src="@Url.Content(ViewBag.VendorScripts)"></script>
<script src="@Url.Content(ViewBag.AppScripts)"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment