Recently, I've been experimenting with spine.js and delving into its view documentation. In particular, the example using eco as the templating engine left me feeling less than impressed. Personally, I much prefer working with haml for my templating needs.
I'm curious if there is a way to incorporate haml support into spine.js?
My attempts so far have involved integrating https://github.com/uglyog/clientside-haml-js into my index.html, allowing me to compile haml templates in my controller to html successfully.
However, I've encountered difficulties loading these haml templates in the same manner as the eco files within spine.js.
Can anyone provide guidance on how to seamlessly integrate haml into spine.js?