我试图使用bootstrap与bower,但由于它克隆整个repo,没有CSS和其他东西。
这是否意味着我需要在我自己的构建过程中包括构建Bootstrap?或者如果我错了,什么是正确的工作流程?
解决方法
我终于使用了以下:
bower install –save http://twitter.github.com/bootstrap/assets/bootstrap.zip
bower install –save http://twitter.github.com/bootstrap/assets/bootstrap.zip
似乎对我更清洁,因为它不克隆整个repo,它只解压缩所需的assests。
其缺点是它打破了bower理念,因为bower更新不会更新bootstrap。
但我认为它比使用bower install bootstrap更干净,然后在工作流中构建引导。
这是一个选择我的猜测。
更新:似乎他们现在版本一个dist文件夹(见:https://github.com/twbs/bootstrap/pull/6342),所以只需使用bower install bootstrap并指向dist文件夹中的资产