Skip to content

Instantly share code, notes, and snippets.

@stevekane
Created January 31, 2013 23:39
Show Gist options
  • Save stevekane/4687763 to your computer and use it in GitHub Desktop.
Save stevekane/4687763 to your computer and use it in GitHub Desktop.
example of Assestfile to compile templates
require 'rake-pipeline-web-filters'
input "static" do
output "static/js/src"
#compile handlebars templates into Ember.TEMPLATES
match "coffee/templates/**/*.handlebars" do
handlebars
concat "templates.js"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment