robfletcher / gradle-compass

A SASS / Compass plugin for Gradle
Apache License 2.0
59 stars 39 forks source link

Depenendency on rubydevkit for windows #31

Closed pacey closed 7 years ago

pacey commented 9 years ago

It looks like the compass gem, or one of its dependencies, needs some of the libs in the rubydevkit like "make". I asked the jruby guys about it and they said "C based extension support in JRuby is experimental.".

Is it possible to switch over to a jruby version of compass? The jruby guys also said "JRuby usually have a Java based extension for use under JRuby".