File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- <% if (compassBootstrap) { %>$icon-font-path : " /bower_components/sass- bootstrap/fonts/" ;
1+ <% if (compassBootstrap) { %>$icon-font-path : " /bower_components/bootstrap-sass /fonts/" ;
22
3- @import ' sass- bootstrap/lib/bootstrap' ;
3+ @import ' bootstrap-sass /lib/bootstrap' ;
44
55<% } %>.browsehappy {
66 margin : 0.2em 0 ;
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ module.exports = function (grunt) {
172172 html : '<%%= yeoman.app %>/views/index.jade' , < % } else { % >
173173 html : '<%%= yeoman.app %>/views/index.html' , < % } % >
174174 ignorePath: '< % %= yeoman . app % > /'< % if ( compass && bootstrap ) { % > ,
175- exclude: ['sass- bootstrap']< % } % >
175+ exclude: ['bootstrap-sass ']< % } % >
176176 }
177177 } , < % if ( coffee ) { % >
178178
@@ -300,7 +300,7 @@ module.exports = function (grunt) {
300300 files : [ {
301301 expand : true ,
302302 cwd : '<%%= yeoman.app %>/views' ,
303- src : [ '*.html' , 'partials/*.html' ] ,
303+ src : [ '*.html' , 'partials/**/* .html' ] ,
304304 dest : '<%%= yeoman.dist %>/views'
305305 } ]
306306 }
Original file line number Diff line number Diff line change 66 "json3" : " ~3.2.6" ,
77 "es5-shim" : " ~2.1.0" <% if (bootstrap) { %>,
88 "jquery" : " ~1.10.2" <% if (compassBootstrap) { %>,
9- "sass- bootstrap" : " ~3.0.2" <% } else { %>,
9+ "bootstrap-sass " : " ~3.0.2" <% } else { %>,
1010 "bootstrap" : " ~3.0.3" <% } } %><% if (resourceModule) { %>,
1111 "angular-resource" : " 1.2.6" <% } %><% if (cookiesModule) { %>,
1212 "angular-cookies" : " 1.2.6" <% } %><% if (sanitizeModule) { %>,
You can’t perform that action at this time.
0 commit comments