jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Separate arbitrator's javascript code into AMD modules #35

Closed jwir3 closed 8 years ago

jwir3 commented 9 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.

jwir3 commented 9 years ago

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