Skip to content

Instantly share code, notes, and snippets.

@alexindigo
Created January 13, 2015 08:42
Show Gist options
  • Save alexindigo/98fd3d1ebbe56d66c630 to your computer and use it in GitHub Desktop.
Save alexindigo/98fd3d1ebbe56d66c630 to your computer and use it in GitHub Desktop.
configure: function(conf)
{
conf.on('load:framework', function(rs)
{
rs.addResource({
path: '/buster/functional_mixin.js',
content: injection
});
rs.loadPath.append('/buster/functional_mixin.js');
});
}
@dwittner
Copy link

What is the content of functional_mixin.js? Why do you need an extension to load functional_mixin.js? Why don't you use the configuration property resources in your buster.js config file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment