I have been eagerly awaiting the HTMLbars release, and now that it’s here I’m thrilled to be able to play around with it.
First problem however, I have faced, is the way I have constructed some of my former Handlebars helpers. In them I have created a bit of HTML which I return with Handlebars.SafeString().
I would imagine that I need to compile the same string using the new “ember-template-compiler” - but haven’t had any luck getting it to work. Help is appreciated.
Then I would still neee to include the entire handlebars library. Right? Isn’t there a way to do with without including a lot of extra KBs that the uset have to download?
Thanks guys! And sorry for not answering. Funny thing though: I’m not including the template compiler at the moment but the Ember.Handlebars.SafeString() is still working.