grunt-ember
v0.0.3
Published
Compile Ember templates
Downloads
2
Readme
#Collate Ember templates into a single file
###Usage
ember: {
app: {
src: ["./app/ember/templates/*.handlebars"],
dest: 'public/assets/javascripts/templates.js'
}
}
Credit
Extracted verbatim from Thomas Boyt's Charcoal tool. http://github.com/thomasboyt/Charcoal