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
/
text
/
separate.js
3 lines
(2 loc)
•
135 B
JavaScript
View Raw
1
2
3
//Stub file for testing optimization of all plugin resources in a build.
define
([
'text!resources/sample.html!strip'
],
function
(
) {});