Simon Wade
Simon Wade
@rwwagner90 you're still not giving me the information that I've asked for: - Where is the `common-styles` folder? - How are you trying to add it to the Broccoli tree?...
Okay. Adding `common-styles` to the `includePaths` array should work: ``` // ember-cli-build.js sassOptions: { includePaths: [ 'testDir', // app/styles/app.scss @import 'testDir/test'; // testDir/test.scss body { color: red; } ``` I've...
I see. Sorry, I don't know what the solution is when used in an addon.
What about trying `includePaths: ['node_modules/your-addon-name/common-styles']`?
Somebody really should look into this and work out a solution for the community. Unfortunately I'm just not that person, for a variety of reasons. Anyone want to take this...
Hey Stef, I've added you to this repo as well.
Any progress on this issue @stefanpenner?
@dmfenton @stefanpenner would be the best person to ask about this. Stef any thoughts on this? Is there someone else that would be good to speak to about this?
Sounds interesting. Can you send a link and we'll have a look. > -- Simon Wade - Chief Technical Officer *jtribe* - love your apps 13/243 Collins Street, Melbourne VIC...
I'd like to yes, but I've just started a new job and probably won't be using this for a while. So my feeling is that I won't be adding this,...