Open thedrow opened 8 years ago
I'm also keen for this
This can't be done to maintain compatibility with this library because execjs
only allows eval
of JavaScript.
However, I wrote a version that uses mini_racer: https://github.com/gi/handlebars-ruby.
Currently it's not possible to run handlebars.rb on JRuby or to switch to mini_racer. Can we please use execjs instead of invoking therubyracer directly?