1.7.3 • Published 11 years ago

dustjs-linkedin-brunch v1.7.3

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

dustjs-linkedin-brunch

Adds Dustjs (LinkedIn fork) support to brunch.

Installation

Add "dustjs-linkedin-brunch": "x.y.z" to package.json of your brunch app.

Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, use "dustjs-linkedin-brunch": "git@github.com:mgarbacz/dustjs-linkedin-brunch.git" instead.

Usage

Create a template:

# views/templates/example.dust
<h1>Hello {{name}}!</h1>

Require the template into a variable:

template = require 'views/templates/example'

Load template into the dust.cache object:

dust.loadSource template

Render the template:

dust.render 'example', { 'name': 'Batman' }, (error, output) =>
  @$el.html output if not error

For more info visit the docs prepared by LinkedIn.

1.7.3

11 years ago

1.7.2

11 years ago

1.7.1

11 years ago

1.7.0

11 years ago

1.6.2

11 years ago

1.6.1

11 years ago

1.6.0

11 years ago

1.5.2

11 years ago

1.5.1

11 years ago

1.5.0

11 years ago