0.0.2 • Published 11 years ago

ss-handlebars-formatter v0.0.2

Weekly downloads
13
License
-
Repository
github
Last release
11 years ago

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.