mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-26 19:47:30 +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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user