Skip to content

Commit 030bacb

Browse files
committed
Fix bundles.
1 parent c3a101e commit 030bacb

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development"
15+
"ASPNETCORE_ENVIRONMENT": "Production"
1616
}
1717
},
1818
"AbpCompanyName.AbpProjectName.Web": {

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@
318318

319319
<environment names="Staging,Production">
320320
<script src="~/view-resources/Views/_Bundles/shared-layout.min.js" asp-append-version="true"></script>
321-
<script src="~/js/main.min.js" asp-append-version="true"></script>
322321
</environment>
323322

324323
<script>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/bundleconfig.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
{
4444
"outputFileName": "wwwroot/view-resources/Views/_Bundles/shared-layout.min.css",
4545
"inputFiles": [
46+
"wwwroot/fonts/roboto/roboto.css",
47+
"wwwroot/fonts/material-icons/materialicons.css",
4648
"wwwroot/lib/bootstrap/dist/css/bootstrap.css",
4749
"wwwroot/lib/bootstrap-select/dist/css/bootstrap-select.css",
4850
"wwwroot/lib/toastr/toastr.css",
@@ -98,7 +100,7 @@
98100
"wwwroot/lib/Flot/jquery.flot.categories.js",
99101
"wwwroot/lib/Flot/jquery.flot.time.js",
100102
"wwwroot/lib/jquery-sparkline/dist/jquery.sparkline.js",
101-
"wwwroot/view-resources/Views/Home/Index.js",
103+
"wwwroot/view-resources/Views/Home/Index.js"
102104
]
103105
},
104106
{
@@ -124,5 +126,17 @@
124126
"inputFiles": [
125127
"wwwroot/view-resources/Views/Tenants/Index.js"
126128
]
129+
},
130+
{
131+
"outputFileName": "wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.min.js",
132+
"inputFiles": [
133+
"wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.js"
134+
]
135+
},
136+
{
137+
"outputFileName": "wwwroot/view-resources/Views/Shared/Components/TenantChange/Default.min.js",
138+
"inputFiles": [
139+
"wwwroot/view-resources/Views/Shared/Components/TenantChange/Default.js"
140+
]
127141
}
128142
]

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/_Bundles/shared-layout.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)