handlebars_assets icon indicating copy to clipboard operation
handlebars_assets copied to clipboard

I get "couldn't find file handlebars.runtime" error inside a rails engine

Open Allanon29 opened this issue 9 years ago • 1 comments

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?

Allanon29 avatar Nov 19 '15 18:11 Allanon29

I have the same issue. It does not seem like the gem's assets are being pumped into the asset pipeline. Do we need to run a generator in order to have the handlebars javascript files put in the proper place?

blindMoe avatar Apr 27 '16 18:04 blindMoe