add signalr js library
This commit is contained in:
parent
c336038d20
commit
781c5cce27
14
BinaryDad.Coding/libman.json
Normal file
14
BinaryDad.Coding/libman.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"defaultProvider": "unpkg",
|
||||||
|
"libraries": [
|
||||||
|
{
|
||||||
|
"library": "@microsoft/signalr@latest",
|
||||||
|
"destination": "wwwroot/js/signalr",
|
||||||
|
"files": [
|
||||||
|
"dist/browser/signalr.js",
|
||||||
|
"dist/browser/signalr.min.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
5298
BinaryDad.Coding/wwwroot/js/signalr/dist/browser/signalr.js
vendored
Normal file
5298
BinaryDad.Coding/wwwroot/js/signalr/dist/browser/signalr.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17
BinaryDad.Coding/wwwroot/js/signalr/dist/browser/signalr.min.js
vendored
Normal file
17
BinaryDad.Coding/wwwroot/js/signalr/dist/browser/signalr.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user