express-ember-handlebars

0.1.0 • Public • Published

Express-Ember-Handlebars

This is a fork of interlock/connect-handlebars

It doesn't actually do any compling in the node process, but rather writes the client javascript for Ember to compile.

To make this work in an express app, do the following:

 
var ember_handlebars = require('express-ember-handlebars');
...
app.get('/templates.js', ember_handlebars(__dirname +
'/public/templates', {
  cache: false
}));
 

/express-ember-handlebars/

    Package Sidebar

    Install

    npm i express-ember-handlebars

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • wlaurance