Using bootstrap with bower

前端 未结 7 1832
無奈伤痛
無奈伤痛 2021-01-30 05:45

I\'m trying to use bootstrap with bower, but since it clones the whole repo, there is no CSS and other stuff.

Does it means that I need to include building Bootstrap in

7条回答
  •  旧时难觅i
    2021-01-30 06:23

    The css and js files are located within the package: bootstrap/docs/assets/

    UPDATE:

    since v3 there is a dist folder in the package that contains all css, js and fonts.


    Another option (if you just want to fetch single files) might be: pulldown. Configuration is extremely simple and you can easily add your own files/urls to the list.

提交回复
热议问题