Bower restore adds too many extra files in ASP.NET Core MVC Web Application -


i created asp.net core mvc web app using default project template. adds few bower dependencies like: jquery, bootstrap, etc. these dependency downloaded @ wwwroot\lib.

if right click on bower.json , click "restore packages", don't expect download new. gets lot of new files, 50 or so. expected?

screenshots of before , after restore below.

before

enter image description here

after

enter image description here

yes, totally fine bower, don't worry, worked 3-4 years ago, when started using it. main idea bower not download dist files bootstrap or jquery, whole repository github.

moreover bower not provide option download dist files. , intentional, can read this discussion.

some time used bower-installer keep dist files in separate folder, moved npm/yarn + webpack anyway.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -