0.3.0 • Published 11 years ago

ember-precompile v0.3.0

Weekly downloads
36
License
LGPL
Repository
-
Last release
11 years ago

Precompile Handlebars templates for Ember.js

Install

npm install -g ember-precompile

Usage

This module has a similar interface to the Handlebars precompiler

ember-precompile template... [-f OUTPUT_FILE]

If output file is omitted, the compiled template(s) will be printed to stdout.

The template's name (in the Ember.TEMPLATES object) is created by transforming the original filename:

  1. the .handlebars or .hbs file extension is stripped
  2. any remaining . characters are replaced by / to support the nested templates used by the new Ember Router
0.3.0

11 years ago

0.2.4

12 years ago

0.2.2

12 years ago

0.1.3

13 years ago