councilforeconed / interactive-activities

Council for Economic Education
http://interactives.councilforeconed.org
Mozilla Public License 2.0
6 stars 2 forks source link

Improve server's ability to load shared code #51

Closed jugglinmike closed 10 years ago

jugglinmike commented 10 years ago

AMDefine does not support AMD module resolution configuration, which is used heavily in the browser environment. In order to mimic lookup behavior, use the RequireJS library on the server and load the application's AMD configuration prior to loading shared code.

mzgoddard commented 10 years ago

Looks good. Want to rebase on top of the current pizza branch?

jugglinmike commented 10 years ago

Done and done