In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds)

This commit is contained in:
SteveSandersonMS
2016-03-01 13:18:35 +00:00
parent 8a5e58aa2c
commit 60bcbc4d12
5 changed files with 45 additions and 8 deletions

View File

@@ -5,8 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - WebApplicationBasic</title>
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
<environment names="Staging,Production">
<link rel="stylesheet" href="~/dist/site.css" />
<link rel="stylesheet" href="~/dist/site.css" asp-append-version="true" />
</environment>
</head>
<body>