leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

Erb templates #102

Closed langalex closed 10 years ago

langalex commented 10 years ago

Adds handling .hbs.erb (or other extensions) files so you can for example use <%= image_path %> in the template.

I've forked this off of the branch for #101 so that should be merged first.

AlexRiedler commented 10 years ago

@langalex I thought sprockets should be stripping the name as it runs it through erb etc first; but maybe this has changed? As this is not harming I will merge it though :) :+1: thanks!