Change AureliaSpa to use vendor bundle like the other templates

This commit is contained in:
SteveSandersonMS
2016-10-28 14:51:12 +01:00
parent 3087352ea1
commit acfb253a40
6 changed files with 70 additions and 33 deletions

View File

@@ -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>
}