Skip to content

Commit

Permalink
feat(app): update to bootstrap sass official
Browse files Browse the repository at this point in the history
closes #99
  • Loading branch information
DaftMonk committed Feb 26, 2014
1 parent 3103987 commit 3799c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/bootstrap-sass/fonts/";
<% if (compassBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";

@import 'bootstrap-sass/lib/bootstrap';
@import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';

<% } %>.browsehappy {
margin: 0.2em 0;
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.11.0"<% if (compassBootstrap) { %>,
"bootstrap-sass": "~3.0.2"<% } else { %>,
"bootstrap-sass-official": "~3.1.1"<% } else { %>,
"bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>,
"angular-resource": "1.2.11"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "1.2.11"<% } %><% if (sanitizeModule) { %>,
Expand Down

0 comments on commit 3799c13

Please sign in to comment.