Closed jwir3 closed 8 years ago
We have the beginnings of a module separation in arbitrator, but it's not robust enough yet. We really need to be able to implement something like requirejs in our code to encapsulate as much as possible.
Actually, in line with #37, we can use node to split out our packages into modules and then use browserify to use node from within the browser: http://dontkry.com/posts/code/using-npm-on-the-client-side.html
We have the beginnings of a module separation in arbitrator, but it's not robust enough yet. We really need to be able to implement something like requirejs in our code to encapsulate as much as possible.