https://github.com/oncomouse/jitp
https://github.com/oncomouse/jitp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/jitp
- Owner: oncomouse
- Created: 2016-02-28T14:22:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T14:30:39.000Z (about 10 years ago)
- Last Synced: 2025-06-14T09:03:11.931Z (about 1 year ago)
- Language: HTML
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# middleman-bootstrap-definitive
This template is the best for using Middleman and Bootstrap together. It bakes in a custom Bootstrap install (based on the SASS port of Bootstrap) using Bower, proxies the font directory for Glyphicons, and copies font files over at build.
The template loads Font Awesome off of the BootstrapCDN, but if installed locally with Bower, will include it and the font files in the build, so your project can rely (or not) on CDNs.
## Installing
Run `bundle install` to install Ruby gems. Run `bower install` to install Bower components.
## Customizing Bootstrap
Edit the `_boostrap.scss` file to include or exclude Bootstrap CSS components in your application.
Edit the `_variables.scss` file to customize Bootstrap variables for your local application.
Edit the `bootstrap.js` file to include or exclude Bootstrap JS components in your application.