emblem-rails
emblem-rails copied to clipboard
Built-in helper for asset pipeline?
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')
rather than
img src=<%= asset_path('my-image.png') %>
Is this something you would consider adding/accepting a pull request for, and if so, what would you want the syntax to look like?