Skip to content

wlaurance/express-ember-handlebars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
}));

About

Express middleware for ember handlebars

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%