leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
648 stars 159 forks source link

support for emblem.js? #64

Open eddietejeda opened 11 years ago

eddietejeda commented 11 years ago

After playing with hamlbars for a while, I started getting the sense that it was a bit too hacky for my taste.

I recently discovered Emlem.js (https://github.com/machty/emblem.js), which feels a bit like HAML. I was thinking about seeing how hard it would be to hook it into handebars_assets, but before I go too far down this rabbit hole I am curious if you have any thoughts on supporting emblem.js

leshill commented 11 years ago

Hi @eddietejeda,

At the moment, nothing leaps out. Just to get you oriented the magic happens here.

Good luck, ping me if you have specific questions.

AlexRiedler commented 11 years ago

What is your opinion on https://github.com/alexspeller/emblem-rails ? it seems potentially to do what you want already (and hence my other issue that you opened).

fr33z3 commented 9 years ago

emblem-rails is not usefull when you trying to write outside rails, so... that is not a good point.