UNPKG

requirejs-dustjs

Version:

A requirejs plugin for loading and compiling dustjs templates.

19 lines (17 loc) 386 B
require({ baseUrl: requirejs.isBrowser ? './' : './plugins/textDepend', paths: { 'text': '../../../../text/text' } }, ['textDepend!a'], function (textValue) { doh.register( 'textDepend', [ function textDepend(t){ t.is('hello world', textValue); } ] ); doh.run(); });