Bower还原在ASP.NET Core MVC Web应用程序中添加了太多额外文件

时间:2017-07-26 04:43:16

标签: asp.net asp.net-core asp.net-core-mvc visual-studio-2017 bower

我使用默认项目模板创建了一个asp.net核心MVC Web App。它添加了很少的bower依赖项,如:jquery,bootstrap等。这些依赖项已经下载到wwwroot \ lib。

如果我现在右键单击bower.json并单击"恢复包",我不希望它下载任何新内容。但它获得了大量新文件,大约50个左右。 这是预期的吗?

以下恢复之前和之后的屏幕截图。

之前

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

是的,这对Bower来说完全没问题,不用担心,它在3到4年前开始使用时起作用了。 Bower不下载Bootstrap或jQuery的dist文件,而是从GitHub下载整个存储库的主要思想。

此外 Bower 不提供仅下载dist文件的任何选项。这是故意的,你可以阅读this discussion

有段时间我使用bower-installer将dist文件保存在单独的文件夹中,但最终我还是转移到了 npm / yarn + webpack