File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
const mergeTrees = require ( 'broccoli-merge-trees' ) ;
3
3
const Funnel = require ( 'broccoli-funnel' ) ;
4
4
const path = require ( 'path' ) ;
5
+ const nodeSass = require ( 'node-sass' ) ;
5
6
6
7
module . exports = {
7
8
name : require ( './package' ) . name ,
@@ -31,8 +32,11 @@ module.exports = {
31
32
importBootstrapFont : false ,
32
33
importBootstrapCSS : false
33
34
} ;
35
+
34
36
target . options [ 'ember-bootstrap' ] = target . options [ 'ember-bootstrap' ] || defaultEmberBootStrapOptions ;
35
37
38
+ target . options . sassOptions = target . options . sassOptions || { implementation : nodeSass } ;
39
+
36
40
this . checkPreprocessor ( ) ;
37
41
38
42
this . _super . included . apply ( this , arguments ) ;
Original file line number Diff line number Diff line change 35
35
"ember-cli-htmlbars" : " ^3.0.0" ,
36
36
"ember-cli-sass" : " ^8.0.1" ,
37
37
"ember-svg-jar" : " ^1.2.2" ,
38
- "ember-truth-helpers" : " ^2.1.0"
38
+ "ember-truth-helpers" : " ^2.1.0" ,
39
+ "node-sass" : " ^4.9.4"
39
40
},
40
41
"devDependencies" : {
41
42
"@ember/optional-features" : " ^0.7.0" ,
76
77
"eslint-plugin-ember" : " ^5.2.0" ,
77
78
"eslint-plugin-node" : " ^7.0.1" ,
78
79
"loader.js" : " ^4.7.0" ,
79
- "node-sass" : " ^4.9.4" ,
80
80
"normalize.css" : " ^8.0.0" ,
81
81
"np" : " *" ,
82
82
"qunit-dom" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments