emblem-rails icon indicating copy to clipboard operation
emblem-rails copied to clipboard

Built-in helper for asset pipeline?

Open SeanRoberts opened this issue 10 years ago • 0 comments

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?

SeanRoberts avatar Sep 02 '14 16:09 SeanRoberts