alexspeller / emblem-rails

Emblem.js integration with rails asset pipeline
MIT License
34 stars 21 forks source link

Remove strict ember-rails dependency. #8

Closed j-mcnally closed 11 years ago

j-mcnally commented 11 years ago

Is it possible to not require ember-rails?

Im using emblem from Middleman and currently am duplicating the Titlt Template rather than using the one bundled with this gem, because ember-rails requires rails, which I dont need.

Any thoughts?

I hate to derail your flow, but could the rails specific stuff inherit from a gem that is just emblem-ruby the way emberscript-ruby does?

machty commented 11 years ago

Can you see if https://github.com/botandrose/emblem-sprockets does what you need?

machty commented 11 years ago

Also, ember-rails makes use of https://github.com/machty/barber-emblem where all of the basic Ruby compilation of Emblem takes place, so try looking there and see if that has what you need.

alexspeller commented 11 years ago

Closing this as it seems that the other gems should be where this makes sense; please feel free to open another issue if you think this is not correct.