UNPKG
requirejs-handlebars
Version:
latest (0.1.1)
0.1.1
0.1.0
Simple Handlebars plugin for RequireJS.
webpro/requirejs-handlebars
requirejs-handlebars
/
bower_components
/
requirejs
/
tests
/
toUrl
/
sub
/
nested
/
thing.js
7 lines
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
define
(
function
(
require
) {
return
{
noext
:
require
(
'text!../noext'
),
dirPath
:
require
.
toUrl
(
'.'
),
parentPath
:
require
.
toUrl
(
'..'
) }; });