0.4.1 • Published 8 years ago

requirejs-tpl v0.4.1

Weekly downloads
31
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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.

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

10 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago