-
Notifications
You must be signed in to change notification settings - Fork 230
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
Proposal: Replace ruby based sass/compass for node-sass #514
Comments
unfortunately, i don't think I am open to a strategy that allows for either, based on the users preference. |
So maybe using |
I've had some issues building Bootstrap SASS with node-sass, though the same worked fine with grunt-contrib-sass which was supposedly due to some old version of libsass in node-sass. Until node-sass is ready for primetime, I'd stick to grunt-contrib-sass. |
@Pradeek good to hear. Did you by any chance submit an issue with |
There is already an open issue in node-sass for this (sass/node-sass#233) |
although i share the ruby dep concern, i am unsure if this is really actionable for us today. We can keep this issue around for discussion, but i am closing this for now. |
This is just a proposal. But it seems like it's always better to have less technologies involved if possible, and when building with Ember, not everyone is using Ruby, so it makes sense to use node-sass along with grunt-sass to do the compilation of SASS files.
What are other's opinions on this?
The text was updated successfully, but these errors were encountered: