Bootstrap API
Component ID
1838288
Component name
Bootstrap API
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
3069
Component created
Component changed
Component body
provides hook_library support of the Javascript files of Twitter Bootstrap API.
This module is currently only useful for developers. The module it self doing nothing. You need only to install if a other module need them.
Bootstrap Theme
Currently this is not part of the bootstrap theme. If you search a twitter bootstrap theme for drupal we suggest http://drupal.org/project/bootstrap
Dependencies
- Bootstrap source files from Github: https://github.com/twitter/bootstrap
- jQuery >1.7 - Use jQuery module http://drupal.org/project/jquery_update be sure you use 7.x-2.x-dev version.
Bootstrap source files:
Download the bootstrap javascript files from Github. Dont use the files from the homepage download because we need the source files.
- Go to https://github.com/twitter/bootstrap and download the current branch as ZIP File.
- Extract the files into sites/all/libraries/bootstrap directory
