Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 965 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 965 Bytes

Template plugin for RequireJs

NPM version Build Status Coverage Status Dependency Status

Notice! this plugin requires the standard text plugin.

This plugin will allow you to require templates, as employed in KnockoutJS, via the ordinary dependency syntax.

Example:

define([
    'tpl!templates/thing.ko'
], function () {
    [... code ...]
});

The above will fetch the thing.ko file, and insert it into the DOM in a script tag with the id thing.