Skip to content

Commit

Permalink
Close GH-279: Fix Glyphicons path for Sass Bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon authored and sindresorhus committed Feb 23, 2014
1 parent c9b32f2 commit 429b04c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3 class="text-muted"><%= appname %></h3>
<div class="jumbotron">
<h1>'Allo, 'Allo!</h1>
<p class="lead">Always a pleasure scaffolding your apps.</p>
<p><a class="btn btn-lg btn-success" href="#">Splendid!</a></p>
<p><a class="btn btn-lg btn-success" href="#">Splendid! <span class="glyphicon glyphicon-ok"></span></a></p>
</div>

<div class="row marketing">
Expand All @@ -63,7 +63,7 @@ <h4>Bootstrap</h4>
</div>

<div class="footer">
<p> from the Yeoman team</p>
<p><span class="glyphicon glyphicon-heart"></span> from the Yeoman team</p>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% if (includeBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass/vendor/assets/fonts/";
<% if (includeBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/";

// bower:scss
@import 'bootstrap-sass/vendor/assets/stylesheets/bootstrap.scss';
Expand Down

0 comments on commit 429b04c

Please sign in to comment.