Note that this issue is different from #4 where the author is using an app.sCss file and not an app.sAss file. I've set sassOptions: { extension: 'sass' } in ember-cli-build.js but still get this error when building my app.
Steps to reproduce
- configure sass extension to
sass
- remove app.scss, add app.sass
- build the app
It looks like in this and the following lines:
the
sassOptions passed to the compiler are build manually instead of extending on the user config. Other keys are likely to get lost as well with that.
Note that this issue is different from #4 where the author is using an
app.sCssfile and not anapp.sAssfile. I've setsassOptions: { extension: 'sass' }in ember-cli-build.js but still get this error when building my app.Steps to reproduce
sassIt looks like in this and the following lines:
ember-cli-mdc/packages/mdc-sass/lib/sass-compiler.js
Line 29 in 715b004
sassOptionspassed to the compiler are build manually instead of extending on the user config. Other keys are likely to get lost as well with that.