1 decade ago by cmelbye
Is there any way to have Impact call a function when its loader has finished loading everything and it's ready to go? Its separate loader makes it really difficult to integrate with other libraries like Meteor, node.js, etc, so I'd like to make some sort of callback that can be called when Impact is done loading so I can load everything else without worrying about whether or not a particular Impact module has been loaded already or not.