mdedetrich / sbt-bower

A SBT wrapper around Twitter's bower
Other
16 stars 8 forks source link

Use Rhino.js instead of bower through node #1

Open mdedetrich opened 10 years ago

mdedetrich commented 10 years ago

sbt-bower should ideally use bower through Rhino.js, which will bypass the need to node.js installed in browsers (and forcing end users to deal with node.js)

eamelink commented 10 years ago

You might want to take a look at sbt-web which has an abstraction for javascript engines and can execute stuff either on node on or rhino.

mdedetrich commented 10 years ago

Thanks, I am more leaning towards using something like Nashorn in release with JDK8, as its faster than Rhino, and its integrated (unlike node.js)