Socket
Book a DemoInstallSign in
Socket

ember-precompile

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-precompile

Precompile Ember.js templates with a Handlebars-like UI

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
87
-31.5%
Maintainers
1
Weekly downloads
 
Created
Source

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:

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

Keywords

Ember.js

FAQs

Package last updated on 11 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts