Skip to content

Commit 6814f28

Browse files
committed
s/bootstrap-sass/sass-bootstrap/g
1 parent 95b270b commit 6814f28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

base.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<p>A framework for managing and maintaining multi-language <span class="nowrap">pre-commit</span> hooks.</p>
4848
<p><a href="https://travis-ci.org/pre-commit/pre-commit"><img src="https://camo.githubusercontent.com/ea0ef9a42d3a39bf0a55b3f5d7d7a6fa5254bd01/68747470733a2f2f7472617669732d63692e6f72672f7072652d636f6d6d69742f7072652d636f6d6d69742e7376673f6272616e63683d6d6173746572" alt="Build Status" data-canonical-src="https://travis-ci.org/pre-commit/pre-commit.svg?branch=master" style="max-width:100%;"></a>
4949
<a href="https://coveralls.io/r/pre-commit/pre-commit"><img src="https://camo.githubusercontent.com/aabc8c9324e9f816adc399bc2b29ca98e781a71e/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f7072652d636f6d6d69742f7072652d636f6d6d69742e7376673f6272616e63683d6d6173746572" alt="Coverage Status" data-canonical-src="https://img.shields.io/coveralls/pre-commit/pre-commit.svg?branch=master" style="max-width:100%;"></a></p>
50-
<p><iframe src="http://ghbtns.com/github-btn.html?user=pre-commit&repo=pre-commit&type=watch&count=true"
50+
<p><iframe src="http://ghbtns.com/github-btn.html?user=pre-commit&amp;repo=pre-commit&amp;type=watch&amp;count=true"
5151
allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20"></iframe>
5252
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://pre-commit.com" data-text="pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.">Tweet</a>
5353
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
@@ -62,7 +62,7 @@
6262
</div>
6363
</footer>
6464
<script src="bower_components/jquery/jquery.min.js"></script>
65-
<script src="bower_components/bootstrap-sass/dist/js/bootstrap.min.js"></script>
65+
<script src="bower_components/sass-bootstrap/dist/js/bootstrap.min.js"></script>
6666
<script>
6767
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
6868
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"dependencies": {
55
"jquery": "1.9.1",
6-
"bootstrap-sass": "3.0.1"
6+
"sass-bootstrap": "3.0.1"
77
}
88
}

scss/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import 'scss/variables';
2-
@import 'bower_components/bootstrap-sass/lib/bootstrap';
2+
@import 'bower_components/sass-bootstrap/lib/bootstrap';
33

44

55
body {

0 commit comments

Comments
 (0)