emblem-rails
emblem-rails copied to clipboard
Emblem.js integration with rails asset pipeline
When running: ``` rails generate ember:install --javascript-engine coffee ``` I get the following error: ``` $ rails generate ember:install --javascript-engine coffee C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/emblem-rails-0.2.2/lib/emblem/rails/engine.rb:7:in `block in ': undefined method `register_engine' for nil:NilClass...
I've got an *almost vanilla install of `ember-rails` and I've just added `emblem-rails`. I've got one template which renders when a handlebar: `index.handlebars` When I rename to `index.emblem` nothing happens....
Wondering if anyone has got an ember rails application running with ember-1.10.0 ?? I have tried just about every combination of things to get this working, but no luck. But...
This gem appears to support either server or client compiling based on the setting of `config.handlebars.precompile` in the rails environment file. However, if set to `false` for client compiling, the...
[https://rubygems.org/gems/emblem-rails/versions/0.2.2](rubygems)
[Probably related to #32, but I'm using the advised `````` gem "emblem-source", github: "machty/emblem.js" gem "barber-emblem", github: "simcha/barber-emblem" ``` ] I'm getting a weird problem here. I'm totally new to...
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...
It would be great if, similar to sass-rails, some helpers were provided to deal with the asset pipeline, rather than having to create .emblem.erb files. eg. ``` img src=assetPath('my-image.png') ```...
.emblem templates are not processed if less-rails gem is included
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...