alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Feature: AMD Support #6

Closed alanjames1987 closed 9 years ago

alanjames1987 commented 9 years ago

RequireJS is a great way to load modules. Marilyn should be able to be loaded with or without RequireJS.

alanjames1987 commented 9 years ago

This will be harder than just adding a define call because underscore has to also be loaded.

alanjames1987 commented 9 years ago

Added in v0.11.0.