Skip to content

Commit b804552

Browse files
authored
Merge pull request #610 from aspnetboilerplate/pr/5990
add signalr js files to shared-layout bundle
2 parents 15a6199 + 0909c30 commit b804552

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
"wwwroot/libs/datatables/js/dataTables.buttons.js",
7878
"wwwroot/libs/datatables/js/buttons.bootstrap4.js",
7979
"wwwroot/js/main.js",
80-
"wwwroot/view-resources/Views/Shared/_Layout.js"
80+
"wwwroot/view-resources/Views/Shared/_Layout.js",
81+
"wwwroot/libs/signalr/dist/browser/signalr.js",
82+
"wwwroot/libs/abp-web-resources/Abp/Framework/scripts/libs/abp.signalr-client.js"
8183
]
8284
},
8385
{

0 commit comments

Comments
 (0)