Alexander Moroz

Results 1 comments of Alexander Moroz

I fixed this issue for ember-cli 1.13.13 by adding a relative path to the addon's styles into the ember-cli-build.js: ``` javascript sassOptions: { includePaths: [ 'node_modules/ember-modal-dialog/app/styles' ] }, ``` After...