cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.

Home Page:https://github.com/cujojs/curl/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defer missing dependency errors to factory execution time

unscriptable opened this issue · comments

This feature was proposed by @jugglinmike here: amdjs/amdjs-api#21

Seems like an awesome feature, but we need to determine it's impact on the current codebase.