Tone.js/gulp/fragments/test.frag

17 lines
No EOL
259 B
JavaScript

require.config({
baseUrl:"./",
paths : {
"Tone" : "../Tone",
"Test" : "helper/Test",
"Examples" : "../examples/scripts/ExampleList"
},
shim: {
"Examples" : {
exports : "ExampleList"
}
}
});
require({FILES}, function(Test){
Test.run();
});