SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

Uncaught Error: Unknown template object: function (upgrade from 0.10.0 to 0.11.1) #215

Open stevewillard opened 9 years ago

stevewillard commented 9 years ago

Any idea why I'm getting this error? Just started when I upgraded to 0.11.1 from 0.10.0. Looks like it's coming from:

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

If you need other details just let me know!