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
after
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
Post a Comment