bower - Visual Studio 2015 RTM - Where did bower_components go? -
it looks visual studio 2015 rtm, bower_components folder gone , packages saving directly wwwroot/lib/ folder. verified fact default gulpfile no longer has function copying files bower_components wwwroot.
however in default project.json, bower_components still in "exclude" property though folder no longer exists. possibly oversight?
does know going on this? didn't see in release notes or bug fixes , known issues articles. also, thought entire point of wwwroot folder house white-listed files needed actual site. which, guess there no harm in making library code available here, makes our lives easier add new libraries, throughout beta period bower_components folder pretty strictly separated.
i've been trying adjust project match changes in latest vs project template asp.net 5 well.
from can tell, there task copy stuff bower_components folder wwwroot/lib
but not needed because put bower files directly in wwwroot/lib , happens because there new file in root of web app named .bowerrc has following content:
{ "directory": "wwwroot/lib" }
so think bower_components folder no longer needed lots of related changes in gruntfile.js well.
Comments
Post a Comment