Using Handlebars with Backbone

后端 未结 4 627
隐瞒了意图╮
隐瞒了意图╮ 2020-12-22 19:20

I am learning Backbone/Handlebars/Require. I have looked all over online and on SO - are there any tutorials or websites that you can direct me to that would provide helpful

4条回答
  •  醉梦人生
    2020-12-22 20:06

    If you are using require.js you wont be able to use the current Handlebars file. I used the following Handlebars Plugin and it seems to be kept up to date with the current version. Just replace your Handlebars file with the plugin above if Handlebars is returning null in your module.

提交回复
热议问题