Closed (duplicate)
Project:
Bootstrap
Version:
7.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 17:53 UTC
Updated:
30 Apr 2013 at 21:12 UTC
I had a question, why not install the bootstrap files in the libraries directory instead of the theme's directory?
For some reason I get: The Twitter Bootstrap library could not be found. in the Status Report
Comments
Comment #1
markhalliwellThis is already a widely discussed topic:
#1852332: Integrate with the Libraries API module
#1838982: twitter_bootstrap_ui module
A few alternatives also exist:
http://drupal.org/project/twitter_bootstrap_ui
http://drupal.org/project/bootstrap_api
Ultimately the problem with putting the Bootstrap framework in a libraries path instead of the sub-theme is that it makes it hard to include the bootstrap source files (.less files) to take advantage of change the variables, using mixins and compiling it all together.
If you're just looking for using the standard bootstrap framework and overriding the CSS only where needed you can use the Bootstrap CDN option. This is also better explained in the new starter-kit sub-theme that was added in #1844448: Add sub-theme starter kit.
Comment #1.0
markhalliwellForgot text