Skip to content

Commit

Permalink
feat(enhance): switched sass-bootstrap to offical bootstrap-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair MacNeil committed Feb 4, 2014
1 parent ce2ee23 commit 024fee8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% if (compassBootstrap) { %>$icon-font-path: "/bower_components/sass-bootstrap/fonts/";
<% if (compassBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass/fonts/";

@import 'sass-bootstrap/lib/bootstrap';
@import 'bootstrap-sass/lib/bootstrap';

<% } %>.browsehappy {
margin: 0.2em 0;
Expand Down
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ module.exports = function (grunt) {
html: '<%%= yeoman.app %>/views/index.jade',<% } else { %>
html: '<%%= yeoman.app %>/views/index.html',<% } %>
ignorePath: '<%%= yeoman.app %>/'<% if (compass && bootstrap) { %>,
exclude: ['sass-bootstrap']<% } %>
exclude: ['bootstrap-sass']<% } %>
}
},<% if (coffee) { %>

Expand Down
2 changes: 1 addition & 1 deletion templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"json3": "~3.2.6",
"es5-shim": "~2.1.0"<% if (bootstrap) { %>,
"jquery": "~1.10.2"<% if (compassBootstrap) { %>,
"sass-bootstrap": "~3.0.2"<% } else { %>,
"bootstrap-sass": "~3.0.2"<% } else { %>,
"bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>,
"angular-resource": "1.2.6"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "1.2.6"<% } %><% if (sanitizeModule) { %>,
Expand Down

0 comments on commit 024fee8

Please sign in to comment.