Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got 403 Forbidden while trying to download open-iconic from visual studio 2017 with libman #13062

Closed
Dusthorn opened this issue Oct 22, 2018 · 1 comment

Comments

@Dusthorn
Copy link

In Visual Studio 2017 Community Edition I wanted to add open-iconic to my website application via libman. On package restoring I got this error:
Failed to download resource from “https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/webp/account-login-2x.webp”

Here is my libman.json

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.3.1",
"files": [
"jquery.min.js",
"jquery.js",
"jquery.min.map"
],
"destination": "wwwroot/lib/jquery/"
},
{
"provider": "unpkg",
"library": "bootstrap@4.1.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "popper.js@1.14.4",
"destination": "wwwroot/lib/popper.js/"
},
{
"library": "open-iconic@1.1.1",
"destination": "wwwwroot/lib/open-iconic/"
}
]
}

@MattIPv4
Copy link
Member

MattIPv4 commented Mar 2, 2019

Hi there, I have added this file extension request to #13145 where I am keeping track of them all.

@MattIPv4 MattIPv4 closed this as completed Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants