I manage all my plugins in my ASP.NET MVC gazebo application.
Problem: Bower works fine, but when it installs the plugins, I do not see them in my solution. I have to show all the files (which are not updated automatically) and then turn them on, which causes problems when updating them again ...
What I want: ASP.NET Core projects have a special folder for wwwroot, which automatically makes the file visible in the solution when it is created, for example. in File Explorer.
What I tried: Edit .csproj to 'lablabla\bower_components\** This only included files at startup, and some changes in the project replaced ** ( Source ).

Stefan
source share