grunt-ember

v0.0.3
Compile Ember templates
ember build grunt templates

#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

npm i grunt-ember

Metadata

  • MIT
  • >=0.8
  • Tim Oxley
  • released 7/18/2013

Downloads