UNPKG

256 Btext/x-handlebars-templateView Raw
1'use strict';
2
3module.exports = function (cb) {
4require('{{ exportRemotePath }}')({
5 url : '{{ url }}',
6 {{#if deps}}
7 deps : { {{#each deps}} {{ this.key }}: '{{ this.global }}', {{/each}} },
8 {{/if}}
9 exports : '{{ exports }}'
10 }, cb);
11};
12
\No newline at end of file