ember-precompile
v0.3.0
Published
Precompile Ember.js templates with a Handlebars-like UI
Maintainers
Readme
Precompile Handlebars templates for Ember.js
Install
npm install -g ember-precompileUsage
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:
- the
.handlebarsor.hbsfile extension is stripped - any remaining
.characters are replaced by/to support the nested templates used by the new Ember Router
