Skip to content

Commit a3e4f7a

Browse files
author
Musa Demir
committed
Update bundleconfig.json
closes aspnetboilerplate/aspnetboilerplate#5427
1 parent f0b37ef commit a3e4f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"outputFileName": "wwwroot/view-resources/Views/_Bundles/account-layout.min.js",
1717
"inputFiles": [
1818
"wwwroot/libs/jquery/jquery.js",
19-
"wwwroot/libs/bootstrap/js/bootstrap.bundle.js",
19+
"wwwroot/libs/bootstrap/dist/js/bootstrap.bundle.js",
2020
"wwwroot/libs/admin-lte/dist/js/adminlte.js",
2121
"wwwroot/libs/jquery-validate/jquery.validate.js",
2222
"wwwroot/libs/jquery-validate/jquery.validate.unobtrusive.js",
@@ -55,7 +55,7 @@
5555
"outputFileName": "wwwroot/view-resources/Views/_Bundles/shared-layout.min.js",
5656
"inputFiles": [
5757
"wwwroot/libs/jquery/jquery.js",
58-
"wwwroot/libs/bootstrap/js/bootstrap.bundle.js",
58+
"wwwroot/libs/bootstrap/dist/js/bootstrap.bundle.js",
5959
"wwwroot/libs/admin-lte/dist/js/adminlte.js",
6060
"wwwroot/libs/jquery-validate/jquery.validate.js",
6161
"wwwroot/libs/jquery-validate/jquery.validate.unobtrusive.js",

0 commit comments

Comments
 (0)