Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.5 KB

ReadMe.md

File metadata and controls

40 lines (28 loc) · 1.5 KB

this is a near clone of the 'original' Golden Bootstrap. there were a few issues.

QuickStart

  1. [Get the files - choose one]
  • $ bower install https://github.com/bergerjac/golden-bootstrap.git#~v2.3.2
  • $ git clone https://github.com/bergerjac/golden-bootstrap.git
  • Download one of the releases; extract;
  1. reference desired dist/ files in HTML (see Bootstrap Getting Started)
  2. use Golden Bootstrap CSS rules in HTML (see Golden Bootstrap docs)

note: Bootstrap CSS is already compiled into dist/golden-*strap CSS files
note: there are two pre-compiled sets of Bootstrap: Bootstrap and Flatstrap

Customize

requires git, npm, bower, (grunt)

  1. $ git clone https://github.com/bergerjac/golden-bootstrap.git
  2. $ npm install
  3. $ bower install
  4. see example files in ext/ folder, and use own theme (see Gruntfile.js)

Contribute

  1. Create Issue
  2. Fork
  3. Commit
  4. Pull Request

License

Apache 2 - Copyright 2012 Philippe Dionne


original Golden Bootstrap Issues
  • required to modify bootstrap.less
  • lack of package management (i.e. package.json, bower.json, Gruntfile.js)
  • lack of pre-compiled distribution files