Brian Turnbull
Brian Turnbull
FYI, this will be somewhat tricky for things like the network, game, and (future) titlecard APIs since those are generated dynamically for each module.
See: https://github.com/google/chicago-brick/blob/master/client/network/network.js#L43 https://github.com/google/chicago-brick/blob/master/client/title_card.js#L105 https://github.com/google/chicago-brick/blob/master/server/game/game.js#L193 They are all cases where there is a library that is used by the framework and exposes a subset of the functionality to a specific module...
My plan for next steps: - Move module definitions and default configs out of the playlist file and into a .json file in the module directory. - Rewrite relative client...