kaeff / ruby-bower

A ruby wrapper for Bower
MIT License
13 stars 0 forks source link

docs, therubyracer example #2

Open jrochkind opened 11 years ago

jrochkind commented 11 years ago

From the README,

Bower requires an installation of node.js. You could e.g. use the gem 'therubyracer' as described above.

No such thing is described above. Can you provide an example, or describe it above?

guilleiguaran commented 10 years ago

Checking the code I don't think this is possible...

kaeff commented 10 years ago

Its not possible right now, although that's the goal. The gem currently requires a global Node/Bower installation. Due to this circumstance, right now it's probably more viable to directly shell out in order to use Bower.

guilleiguaran commented 10 years ago

thanks for your reply!!

Sent from my iPhone

On 4 Nov 2013, at 04:37 am, Klaus Fl notifications@github.com wrote:

Its not possible right now, although that's the goal. The gem currently requires a global Node/Bower installation. Due to this circumstance, right now it's probably more viable to directly shell out in order to use Bower.

— Reply to this email directly or view it on GitHub.

jrochkind commented 10 years ago

Would it make sense to remove that line from the README and replace it with an example of actually supported usage mode?

On Mon, Nov 4, 2013 at 7:27 AM, Guillermo Iguaran notifications@github.comwrote:

thanks for your reply!!

Sent from my iPhone

On 4 Nov 2013, at 04:37 am, Klaus Fl notifications@github.com wrote:

Its not possible right now, although that's the goal. The gem currently requires a global Node/Bower installation. Due to this circumstance, right now it's probably more viable to directly shell out in order to use Bower.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/kaeff/ruby-bower/issues/2#issuecomment-27681539 .

jrochkind commented 10 years ago

i, myself, still don't understand how to use ruby-bower in a way that is supported at present.