-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not import @materialze with newest ember-cli version. #8
Comments
FIxed |
I'm seeing this again, I'm on 0.2.7 |
Having the same/similar problem:
Using: Tried a number of different fixes including the one mentioned by @Chun-Yang but no dice. In another issue I read there may be a conflict between broccoli-sass vs. ember-cli-sass so I tried removing one, then the other, still nothing. Tried putting sassOptions in the brocfile. Any other ideas? |
I suspect that you're missing the required sassOptions: {
includePaths: ['bower_components/materialize/sass']
}, Can you |
Yeah, I tried including sassOptions in my environment.js within ENV = {} as well and I get:
So then, when I |
So, just as in #132 it turns out I just had to remove broccoli-sass from my dependencies, AND include sassOptions in my environment.js. I thought I had already tried that combination, but I guess not! Thanks! |
I'll make a note that this addon is only to be used w/ ember-cli-sass -- not broccoli-sass |
Error message:
My ember-cli version:
version: 0.2.0-beta.1
node: 0.10.26
npm: 2.1.8
Temporary solution:
Add these lines:
The text was updated successfully, but these errors were encountered: