Remove unnecessary jQuery from WebStatus
This commit is contained in:
parent
98635a3e93
commit
a0adc4bbf3
@ -7,18 +7,5 @@
|
|||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"wwwroot/css/site.css"
|
"wwwroot/css/site.css"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/js/site.min.js",
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/js/site.js"
|
|
||||||
],
|
|
||||||
// Optionally specify minification options
|
|
||||||
"minify": {
|
|
||||||
"enabled": true,
|
|
||||||
"renameLocals": true
|
|
||||||
},
|
|
||||||
// Optionally generate .map file
|
|
||||||
"sourceMap": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"defaultProvider": "cdnjs",
|
"defaultProvider": "cdnjs",
|
||||||
"libraries": [
|
"libraries": [
|
||||||
{
|
|
||||||
"library": "jquery@3.6.3",
|
|
||||||
"destination": "wwwroot/lib/jquery/"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"provider": "unpkg",
|
"provider": "unpkg",
|
||||||
"library": "bootstrap@5.2.3",
|
"library": "bootstrap@5.2.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user