Skip to content

Commit 3aff379

Browse files
wesleychobtford
authored andcommitted
Changed repository used for compass-twitter-bootstrap to original
1 parent 3236885 commit 3aff379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Generator.prototype.bootstrapFiles = function bootstrapFiles() {
127127
var cb = this.async();
128128

129129
this.write(path.join(appPath, 'styles/main.scss'), '@import "compass_twitter_bootstrap";');
130-
this.remote('kristianmandrup', 'compass-twitter-bootstrap', 'c3ccce2cca5ec52437925e8feaaa11fead51e132', function (err, remote) {
130+
this.remote('vwall', 'compass-twitter-bootstrap', 'v2.2.2.2', function (err, remote) {
131131
if (err) {
132132
return cb(err);
133133
}

0 commit comments

Comments
 (0)