Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Created June 6, 2013 19:22
Show Gist options
  • Select an option

  • Save ianpetzer/5724161 to your computer and use it in GitHub Desktop.

Select an option

Save ianpetzer/5724161 to your computer and use it in GitHub Desktop.
Rake Pipeline instruction to match Ember templates, precompile them and ensure they have the correct name
match "templates/**/*.hbs" do
handlebars wrapper_proc: Barber::Ember::FilePrecompiler, :key_name_proc => ember_template_name_proc
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment