Browse Source

Remove unnecessary jQuery from WebStatus

pull/2064/head
Reuben Bond 1 year ago
committed by Tarun Jain
parent
commit
a0adc4bbf3
2 changed files with 0 additions and 17 deletions
  1. +0
    -13
      src/Web/WebStatus/bundleconfig.json
  2. +0
    -4
      src/Web/WebStatus/libman.json

+ 0
- 13
src/Web/WebStatus/bundleconfig.json View File

@ -7,18 +7,5 @@
"inputFiles": [
"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
}
]

+ 0
- 4
src/Web/WebStatus/libman.json View File

@ -2,10 +2,6 @@
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.6.3",
"destination": "wwwroot/lib/jquery/"
},
{
"provider": "unpkg",
"library": "bootstrap@5.2.3",


Loading…
Cancel
Save