File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ module.exports = function (grunt) {
689
689
options : {
690
690
transform : function ( filePath ) {
691
691
filePath = filePath . replace ( '/client/app/' , '' ) ;
692
- filePath = filePath . replace ( '/client/components/' , '' ) ;
692
+ filePath = filePath . replace ( '/client/components/' , '../components/ ' ) ;
693
693
return '@import \'' + filePath + '\';' ;
694
694
} ,
695
695
starttag : '// injector' ,
@@ -708,7 +708,7 @@ module.exports = function (grunt) {
708
708
options : {
709
709
transform : function ( filePath ) {
710
710
filePath = filePath . replace ( '/client/app/' , '' ) ;
711
- filePath = filePath . replace ( '/client/components/' , '' ) ;
711
+ filePath = filePath . replace ( '/client/components/' , '../components/ ' ) ;
712
712
return '@import \'' + filePath + '\';' ;
713
713
} ,
714
714
starttag : '// injector' ,
@@ -727,7 +727,7 @@ module.exports = function (grunt) {
727
727
options : {
728
728
transform : function ( filePath ) {
729
729
filePath = filePath . replace ( '/client/app/' , '' ) ;
730
- filePath = filePath . replace ( '/client/components/' , '' ) ;
730
+ filePath = filePath . replace ( '/client/components/' , '../components/ ' ) ;
731
731
return '@import \'' + filePath + '\';' ;
732
732
} ,
733
733
starttag : '// injector' ,
Original file line number Diff line number Diff line change 1
- < % if (filters.bootstrap ) { %> @import ' bootstrap/less/bootstrap.less' ;< % } %>
2
- @import ' font-awesome/less/font-awesome.less' ;
1
+ < % if (filters.bootstrap ) { %> @import ' ../bower_components/ bootstrap/less/bootstrap.less' ;< % } %>
2
+ @import ' ../bower_components/ font-awesome/less/font-awesome.less' ;
3
3
4
- < % if (filters.bootstrap ) { %> @icon-font-path : ' /bower_components/bootstrap/fonts/' ;< % } %>
5
- @fa-font-path : ' /bower_components/font-awesome/fonts' ;
4
+ < % if (filters.bootstrap ) { %> @icon-font-path : ' .. /bower_components/bootstrap/fonts/' ;< % } %>
5
+ @fa-font-path : ' .. /bower_components/font-awesome/fonts' ;
6
6
7
7
/* *
8
8
* App-wide Styles
Original file line number Diff line number Diff line change 1
- <% if (filters.bootstrap ) { %>$icon-font-path : " /bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/" ;<% } %>
2
- $fa-font-path : " /bower_components/font-awesome/fonts" ;
1
+ <% if (filters.bootstrap ) { %>$icon-font-path : " .. /bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/" ;<% } %>
2
+ $fa-font-path : " .. /bower_components/font-awesome/fonts" ;
3
3
<% if (filters.bootstrap ) { %>
4
- @import ' bootstrap-sass-official/vendor/assets/stylesheets/bootstrap' ;<% } %>
5
- @import ' font-awesome/scss/font-awesome' ;
4
+ @import ' ../bower_components/ bootstrap-sass-official/vendor/assets/stylesheets/bootstrap' ;<% } %>
5
+ @import ' ../bower_components/ font-awesome/scss/font-awesome' ;
6
6
7
7
/* *
8
8
* App-wide Styles
Original file line number Diff line number Diff line change 1
- @import "font-awesome/css/font-awesome.css"
2
- <% if (filters .bootstrap ) { %> @import "bootstrap/dist/css/bootstrap.css"
1
+ @import "../bower_components/ font-awesome/css/font-awesome.css"
2
+ <% if (filters .bootstrap ) { %> @import "../bower_components/ bootstrap/dist/css/bootstrap.css"
3
3
4
4
//
5
5
// Bootstrap Fonts
You can’t perform that action at this time.
0 commit comments