grunt-ember

0.0.3 • Public • Published

Collate Ember templates into a single file

Usage

module.exports = function(grunt) {
 
  grunt.initConfig({
    ember: {
      all: {
        src: 'templates/*.handlebars',
        dest: 'output.js'
      }
    }
  });
 
  grunt.loadNpmTasks('grunt-handlebars');
  grunt.registerTask('default', 'ember');
 
};

Installation

grunt-ember is available on npm

npm install --save grunt-ember

Credit & Thanks

Extracted verbatim from Thomas Boyt's Charcoal tool. http://github.com/thomasboyt/Charcoal

Thomas you are welcome to take control of this module.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-ember

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • timoxley
  • flybyme