sassc-rails icon indicating copy to clipboard operation
sassc-rails copied to clipboard

Can't compile on centos6, node-sass works

Open TheSavior opened this issue 7 years ago • 0 comments

We use node-sass as part of our build process which runs on centos6. node-sass compiles some of our stylesheets and uses precompiled bindings that are published with each version.

We are trying to use sassc-rails for some of our other stylesheets that are in the rails asset pipeline.

It seems like we are running into the same issues @ComLock had in https://github.com/sass/sassc-rails/issues/46. Our versions of gcc and related tools are very old but unfortunately due to other organizational dependencies we are unable to upgrade it.

So my question is, are you aware of the architectural differences that enable us to use node-sass but not sassc-rails on centos6? It would be great if sassc-rails had the same capabilities.

TheSavior avatar Dec 04 '16 09:12 TheSavior