I am working on an app based on on requirejs+ backbone. I also wanted to add hbs for handlebars templates usage. Without r.js optimization it works fine, however when I run optimization I get an error. "Handlebars not defined".
This fall when checking dependencies :
main
Router
List
hbs
Handlebars
I am working on an app based on on requirejs+ backbone. I also wanted to add hbs for handlebars templates usage. Without r.js optimization it works fine, however when I run optimization I get an error. "Handlebars not defined". This fall when checking dependencies : main Router List hbs Handlebars
Can you suggest anything?
Thanks