Grunt Ember Handlebars

screenshot of Grunt Ember Handlebars
ember

Precompile ember templates in grunt using only headless-ember.js and ember.js

Overview

grunt-ember-handlebars is a package that allows users to precompile Ember templates in grunt using only ember-template-compiler.js. However, the package is no longer maintained and is recommended to use grunt-ember-templates instead.

Features

  • Precompile Ember templates in grunt
  • Use ember-template-compiler.js
  • Compatible with Grunt 0.4.x
  • Customize the namespace for precompiled templates
  • Wrap preprocessed template functions in Ember.Handlebars.template function

Summary

grunt-ember-handlebars was a package designed to compile handlebars templates in grunt tasks. However, it is no longer maintained and users are recommended to use grunt-ember-templates instead.

ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.