UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

19 lines (17 loc) 384 B
require({ baseUrl: requirejs.isBrowser ? './' : './plugins/fromText', paths: { 'text': '../../../../text/text' } }, ['refine!a'], function () { doh.register( 'pluginsFromTextNoDefine', [ function pluginsFromTextNoDefine(t){ t.is('a', a.name); } ] ); doh.run(); });