Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit a0adc4b

Browse files
ReubenBondtjain-ms
authored andcommitted
Remove unnecessary jQuery from WebStatus
1 parent 98635a3 commit a0adc4b

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

src/Web/WebStatus/bundleconfig.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,5 @@
77
"inputFiles": [
88
"wwwroot/css/site.css"
99
]
10-
},
11-
{
12-
"outputFileName": "wwwroot/js/site.min.js",
13-
"inputFiles": [
14-
"wwwroot/js/site.js"
15-
],
16-
// Optionally specify minification options
17-
"minify": {
18-
"enabled": true,
19-
"renameLocals": true
20-
},
21-
// Optionally generate .map file
22-
"sourceMap": false
2310
}
2411
]

src/Web/WebStatus/libman.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"version": "1.0",
33
"defaultProvider": "cdnjs",
44
"libraries": [
5-
{
6-
"library": "[email protected]",
7-
"destination": "wwwroot/lib/jquery/"
8-
},
95
{
106
"provider": "unpkg",
117
"library": "[email protected]",

0 commit comments

Comments
 (0)