9 lines
322 B
GLSL
9 lines
322 B
GLSL
|
/* jshint ignore:start */
|
||
|
//The modules for your project will be inlined above
|
||
|
//this snippet. Ask almond to synchronously require the
|
||
|
//module value for 'converse' here and return it as the
|
||
|
//value to use for the public API for the built file.
|
||
|
return require('converse');
|
||
|
}));
|
||
|
/* jshint ignore:end */
|