Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(app): change "Twitter Bootstrap" to "Bootstrap"
Browse files Browse the repository at this point in the history
change "Twitter Bootstrap" to "Bootstrap" per http://getbootstrap.com/about/#brand
  • Loading branch information
cvrebert committed Feb 23, 2014
1 parent 450b578 commit 55a7971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ Generator.prototype.askForBootstrap = function askForBootstrap() {
this.prompt([{
type: 'confirm',
name: 'bootstrap',
message: 'Would you like to include Twitter Bootstrap?',
message: 'Would you like to include Bootstrap?',
default: true
}, {
type: 'confirm',
name: 'compassBootstrap',
message: 'Would you like to use the Sass version of Twitter Bootstrap?',
message: 'Would you like to use the Sass version of Bootstrap?',
default: true,
when: function (props) {
return props.bootstrap && compass;
Expand Down

0 comments on commit 55a7971

Please sign in to comment.