Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Created June 6, 2013 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianpetzer/5724161 to your computer and use it in GitHub Desktop.
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