-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Errors compiling bootstrap-sass-official #37
Comments
i have the same issue with bootstrap-sass. I also confirm that it works if i switch to |
I had this error also. But somehow it has now morphed into a node "Bus error: 10" every time I try to run ember. |
I tried going back to 3.0, but it seems to have errors in some script. |
This is caused by sass/libsass#943. Now node-sass has to be updated: sass/node-sass#823 |
@aexmachina Could we have This is showing that we really need control over the node-sass version. Suggestions: |
See my comment on issue #823. This module is really a very slight fork of broccoli-sass, so I don't want to diverge from its semantics unless absolutely necessary. |
FYI that I'm seeing this not just in bootstrap, but in a completely custom Sass library. I'm a new user of the addon and I'm getting "Bus Error 10" as well (note to other readers, the toggling of Is there a version of this plugin that'll work for new installs? Or do I need to fork and fix the transitive node-sass dependency to what I need from npm? |
Belay my issue above, once I moved to 3.3.1 the problem is indeed fixed |
ember-cli 2.2.2
ember 1.12 b1
Works if I switch to
"broccoli-sass": "git://github.com/ef4/broccoli-sass"
but this doesnt have a sourceMap option.The text was updated successfully, but these errors were encountered: