Best strategy to use HAML template with Backbone.js

后端 未结 8 1806
别那么骄傲
别那么骄傲 2021-01-29 23:23

Im getting into Backbone.js to structure the javascript code for my project and I love HAML for templating on the backend(rails), so Id like to use it for Backbone Views templat

8条回答
  •  旧时难觅i
    2021-01-29 23:24

    I'm about to give haml-coffee a shot. (no pun intended) I can't sing the praises of coffeescript enough; plus it's a default now in Rails 3.1. Now I can embed coffeescript within my favorite templating language, and pre-compile the lot.

    Oh, the joy.. now to get it to work.

提交回复
热议问题