leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

Uncaught Error: Unknown template object: function #114

Closed vladisakov88 closed 1 year ago

vladisakov88 commented 9 years ago

Hello,

I am trying to run my app after adding a simple template, the same way I added the others templates, and it is give me the following error: "Uncaught Error: Unknown template object: function"... The console shows that "handlebars.js" fails in this point:

if (!templateSpec || !templateSpec.main) {
  throw new Exception('Unknown template object: ' + typeof templateSpec);
}

I only have to mention that before adding this template everything was fine, now that I deleting this template it is till not working(the same error)...

Please help...

AlexRiedler commented 9 years ago

@vladidi is this still an issue in latest release? I would also still need more details to replicate