Skip to content

Instantly share code, notes, and snippets.

@ismcagdas
Created January 30, 2018 20:29
Show Gist options
  • Save ismcagdas/78ced5541dcca3d32ee8cdbd284d4e3c to your computer and use it in GitHub Desktop.
Save ismcagdas/78ced5541dcca3d32ee8cdbd284d4e3c to your computer and use it in GitHub Desktop.
Acme.HeroShop - Index.cshtml - 4
@Html.Raw(ViewData["SpaHtml"])
@section scripts {
<script src="~/dist/scripts.bundle.js" asp-append-version="true"></script>
<script src="~/dist/inline.bundle.js" asp-append-version="true"></script>
<script src="~/dist/polyfills.bundle.js" asp-append-version="true"></script>
<script src="~/dist/vendor.bundle.js" asp-append-version="true"></script>
<script src="~/dist/main.bundle.js" asp-append-version="true"></script>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment