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
/
index.html
13 lines
(12 loc)
•
225 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
require.js: Tests
</
title
>
</
head
>
<
body
>
<
h1
>
require.js: Tests
</
h1
>
<
ol
>
<
li
>
<
a
href
=
"doh/runner.html?testUrl=../all"
>
All Automated Tests
</
a
>
</
ol
>
</
body
>
</
html
>