mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Change AureliaSpa to use vendor bundle like the other templates
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
<div aurelia-app="boot">Loading...</div>
|
||||
|
||||
@section scripts {
|
||||
<script type="text/javascript" src="~/dist/aurelia-modules-bundle.js" asp-append-version="true"></script>
|
||||
<script type="text/javascript" src="~/dist/app-bundle.js" asp-append-version="true"></script>
|
||||
<script type="text/javascript" src="~/dist/vendor.js" asp-append-version="true"></script>
|
||||
<script type="text/javascript" src="~/dist/app.js" asp-append-version="true"></script>
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@ViewData["Title"] - Aurelia</title>
|
||||
|
||||
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
|
||||
Reference in New Issue
Block a user