我用yeoman和grunt构建了一个bootstrap应用程序,但现在需要添加另一个库(d3)。我已经用bower下载了d3并包含了脚本标签,所有内容都在开发中。当我运行dist构建时,D3 lib不会显示在dist文件夹中,并且app会返回错误,因为它无法找到lib。
使用grunt,bower和yeoman扩展脚手架设置的最佳工作流程是什么?
答案 0 :(得分:1)
试试这个,
下载并安装软件包:
bower install d3 --save
更新包json
将所有relvant包添加到项目中:
grunt bower-install
updaes index.html