robfletcher / gradle-compass

A SASS / Compass plugin for Gradle
Apache License 2.0
60 stars 38 forks source link

JRuby setup needed? any docs or sample project available? #63

Open raulgd opened 8 years ago

raulgd commented 8 years ago

Hi all,

I'm new to Gradle, Ruby and this whole new web development stack (angular, sass/compass, etc), so I'd like to know if there is any detailed document where it shows how to setup and run this plugin to use it in a project from scratch?

It mentions that it uses JRuby, does that mean that I have to install JRuby on my machine first? or is it just a statement that uses JRuby and it's embedded internally in the plugin?

Will any JRuby setup clash with the locally Ruby installation I have?

Thanks