emblem-rails
emblem-rails copied to clipboard
Handlebars 2.0 error
Updating in ember >= 1.9.0 beta 3 requires handlebars 2.0. Updating to latest emblem-source (3.17 or 3.18 that are supposed to support handlebars) doesn't seem to work with it. Im getting errors module is not defined in every .emblem file.
Any progress on this?
same here. Is there a workaround?
I was able to get emblem-rails working with ember 1.9. The issue is not in this codebase, but in two other related repos: emblem-source and barber-emblem. emblem-source needed to be bumped to master, and barber-emblem needed to be pointed to a fork.
# Gemfile
gem "emblem-source", github: "machty/emblem.js"
gem "barber-emblem", github: "simcha/barber-emblem"
As an aside, it looks like machty is not able to support these gems anymore, and is looking for new maintainers.
Thanks @botandrose, I will add this to the readme
@alexspeller @botandrose it should work with "machty/barber-emblem"; I merged simcha's PR and pushed 0.1.2 of barber-emblem
Can this issue be closed with these latest pushes?
Almost, not quite... need a new release of emblem-source too.