pyrsmk / toast

A modern JS/CSS asset loader, written in TypeScript.
MIT License
118 stars 13 forks source link

Fix AMD support and better AMD detection. #8

Closed jacobbuck closed 10 years ago

jacobbuck commented 10 years ago

require.js was giving me undefined as toast wasn't being properly defined.

pyrsmk commented 10 years ago

Thanks a lot ;) I admit I don't use require.js, and my unit tests aren't verify it. I plan to fix that.