You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
material-design-icons-iconfont is a valid bower-package. But when I click manage bower packages in Visual Studio and search for that package, I only get the result that no packages are found. Even with checking the checkbox for pre-releases.
So I edited the bower.json by myself and added the following line in the dependencies-section:
"material-design-icons-iconfont": "2.0.4"
After that, I used the restore-package function from Visual Studio. The result of them is even stranger: The bower-package seems installed correctly, I got the font and css files of the package under wwwroot/lib. But: The package is NOT listed in the dependencies of the solution-explorer, and also the manage-section of bower-packages doesn't list it as installed.
The Bower-Manager as a clone of the NuGet-Manager is a very good approach, but with those bugs its unfortunately very unuseable. And it seems, that I'm not alone with those issues. Here someone describe the same issue already last year!
I'm using Visual Studio 2015 Community Update 3.
craigbroadman, DMW007, sbinkert, ob1dev, osya and 3 more