ss-handlebars-formatter
v0.0.2
Published
Handlebars wrapper for SocketStream 0.3
Readme
Handlebars Template Server Engine wrapper for SocketStream 0.3
http://handlebarsjs.com/
Use pre-compiled Handlebars server-side templates in your app.
Installation
Add ss-handlebars-formatter to your application's package.json file and then add this line to app.js:
ss.client.formatters.add require 'ss-handlebars-formatter' - for coffee-script.
ss.client.formatters.add(require('ss-handlebars-formatter')); - for javascript.