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

Commit

Permalink
"Twitter Bootstrap" is now simply Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Feb 23, 2014
1 parent d4c4987 commit 6636915
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 @@ -62,7 +62,7 @@ Generator.prototype.askFor = function askFor() {
name: 'features',
message: 'What more would you like?',
choices: [{
name: 'Twitter Bootstrap for Sass',
name: 'Bootstrap for Sass',
value: 'compassBootstrap',
checked: true
}, {
Expand Down Expand Up @@ -160,7 +160,7 @@ Generator.prototype.writeIndex = function writeIndex() {
this.indexFile = this.appendScripts(this.indexFile, 'scripts/vendor.js', vendorJS);

if (this.compassBootstrap) {
// wire Twitter Bootstrap plugins
// wire Bootstrap plugins
this.indexFile = this.appendScripts(this.indexFile, 'scripts/plugins.js', [
'bower_components/sass-bootstrap/js/affix.js',
'bower_components/sass-bootstrap/js/alert.js',
Expand Down

0 comments on commit 6636915

Please sign in to comment.