-
Notifications
You must be signed in to change notification settings - Fork 7
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
deployment on a box w/o ruby #2
Comments
The issue is that sass requires ruby, and many PaaS hosting services provide Node or Ruby, but not both |
@loicsaintroch ah nvm! Just saw what you mean. So that one uses c++ |
@mikermcneil It basically uses https://github.com/sass/node-sass. |
Gave grunt-sass a try a few weeks ago, but ran into issues with Compass transforms & transitions: gruntjs/grunt-contrib-compass#170. Issue was closed but never updated, so I'm not sure if this was resolved or not, or if the issues were isolated to specific configurations. |
@lukeheath was this just w/ the compass bit, or was it a specific thing with node-sass? If it's the latter, I think we could just go w/ that and make an official recommendation to use node-sass. Then eventually, set it up as a flag in the frontend generator (defaults to LESS, but you can pass in --sass to generate SASS tasks instead) Post v0.10, I'd like to take a pass at getting an officially recommended gulp generator together as well-- the frontend generator would need to call out to a gulp-task or grunt-task generator instead of bundling the grunt tasks itself |
@mikermcneil Yeah was just some compass funkiness, node-sass looks dope. ⛵ |
Less cross-language dependencies would be ace! |
Can we use libsass yet? |
@niallobrien You sure can, |
I made a fork of this repo with instructions for grunt-sass / libsass |
Thanks @coagmano - that worked perfectly. :) |
just making a reminder note here for myself relevant to the discussion between @lukeheath and I-- I'll come back to this when I have time
The text was updated successfully, but these errors were encountered: