Skip to content

Instantly share code, notes, and snippets.

@yzorg
Last active October 18, 2019 16:09
Show Gist options
  • Save yzorg/2a25d42ec140c2b430fff3a4e0b602d3 to your computer and use it in GitHub Desktop.
Save yzorg/2a25d42ec140c2b430fff3a4e0b602d3 to your computer and use it in GitHub Desktop.
libman.json
{
"version": "1.0",
"defaultProvider": "cdnjs",
"defaultDestination": "wwwroot/lib",
"libraries": [
{
"provider": "jsdelivr",
"library": "[email protected]",
"destination": "wwwroot/lib/bootstrap/",
"files": [
"dist/css/bootstrap-grid.css",
"dist/css/bootstrap-grid.css.map",
"dist/css/bootstrap-grid.min.css",
"dist/css/bootstrap-grid.min.css.map",
"dist/css/bootstrap-reboot.css",
"dist/css/bootstrap-reboot.css.map",
"dist/css/bootstrap-reboot.min.css",
"dist/css/bootstrap-reboot.min.css.map",
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
"dist/css/bootstrap.min.css",
"dist/css/bootstrap.min.css.map",
"dist/js/bootstrap.bundle.js",
"dist/js/bootstrap.bundle.js.map",
"dist/js/bootstrap.bundle.min.js",
"dist/js/bootstrap.bundle.min.js.map",
"dist/js/bootstrap.js",
"dist/js/bootstrap.js.map",
"dist/js/bootstrap.min.js",
"dist/js/bootstrap.min.js.map"
]
},
{
"library": "[email protected]",
"destination": "wwwroot/lib/jquery/dist",
"files": [
"jquery.js",
"jquery.min.js",
"jquery.min.map"
]
},
{
"library": "[email protected]",
"destination": "wwwroot/lib/jquery-validation/dist",
"files": [
"additional-methods.js",
"additional-methods.min.js",
"jquery.validate.js",
"jquery.validate.min.js"
]
},
{
"library": "[email protected]",
"destination": "wwwroot/lib/jquery-validation-unobtrusive/"
}
]
}
@yzorg
Copy link
Author

yzorg commented Oct 18, 2019

This does not include LICENSE files, only for use with internal applications, or sites that list OSS licenses used elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment