Created
January 31, 2013 23:39
-
-
Save stevekane/4687763 to your computer and use it in GitHub Desktop.
example of Assestfile to compile templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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