I really like the idea of this gem, but when I require it in application.js ( inside a rails engine ) I get this error:
"couldn't find file handlebars.runtime"
This happens with handlebars.runtime and handlebars also.
I also tried to require it like this:
engine_name/handlebars.runtime
but the same error occurs.
Any suggestions to solve this?