UNPKG

requirejs-dustjs

Version:

A requirejs plugin for loading and compiling dustjs templates.

7 lines 185 B
define(['collection', 'text!bigCollection.html'], function (collection, html) { return { name: 'bigCollection', html: html, collection: collection }; });