Browse Source

removed file array from libman manifest

pull/994/head
Rafsanul Hasan 5 years ago
parent
commit
c783df0be4
No known key found for this signature in database GPG Key ID: 4BBF45E04D0AD72B
3 changed files with 2 additions and 38 deletions
  1. +1
    -13
      src/Services/Identity/Identity.API/libman.json
  2. +1
    -17
      src/Web/WebMVC/libman.json
  3. +0
    -8
      src/Web/WebStatus/libman.json

+ 1
- 13
src/Services/Identity/Identity.API/libman.json View File

@ -9,14 +9,6 @@
{ {
"provider": "unpkg", "provider": "unpkg",
"library": "bootstrap@4.1.3", "library": "bootstrap@4.1.3",
"files": [
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/js/bootstrap.js",
"dist/js/bootstrap.min.js"
],
"destination": "wwwroot/lib/bootstrap/" "destination": "wwwroot/lib/bootstrap/"
}, },
{ {
@ -25,11 +17,7 @@
}, },
{ {
"library": "jquery-validate@1.17.0", "library": "jquery-validate@1.17.0",
"destination": "wwwroot/lib/jquery-validate/",
"files": [
"jquery.validate.min.js",
"jquery.validate.js"
]
"destination": "wwwroot/lib/jquery-validate/"
} }
] ]
} }

+ 1
- 17
src/Web/WebMVC/libman.json View File

@ -9,14 +9,6 @@
{ {
"provider": "unpkg", "provider": "unpkg",
"library": "bootstrap@4.3.1", "library": "bootstrap@4.3.1",
"files": [
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/js/bootstrap.js",
"dist/js/bootstrap.min.js"
],
"destination": "wwwroot/lib/bootstrap/" "destination": "wwwroot/lib/bootstrap/"
}, },
{ {
@ -25,11 +17,7 @@
}, },
{ {
"library": "jquery-validate@1.19.0", "library": "jquery-validate@1.19.0",
"destination": "wwwroot/lib/jquery-validate/",
"files": [
"jquery.validate.min.js",
"jquery.validate.js"
]
"destination": "wwwroot/lib/jquery-validate/"
}, },
{ {
"library": "toastr.js@2.1.4", "library": "toastr.js@2.1.4",
@ -38,10 +26,6 @@
{ {
"provider": "unpkg", "provider": "unpkg",
"library": "@aspnet/signalr@1.1.2", "library": "@aspnet/signalr@1.1.2",
"files": [
"dist/browser/signalr.js",
"dist/browser/signalr.min.js"
],
"destination": "wwwroot/lib/@aspnet/signalr/" "destination": "wwwroot/lib/@aspnet/signalr/"
} }
] ]

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

@ -9,14 +9,6 @@
{ {
"provider": "unpkg", "provider": "unpkg",
"library": "bootstrap@4.1.3", "library": "bootstrap@4.1.3",
"files": [
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/js/bootstrap.js",
"dist/js/bootstrap.min.js"
],
"destination": "wwwroot/lib/bootstrap/" "destination": "wwwroot/lib/bootstrap/"
} }
] ]

Loading…
Cancel
Save