cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

folder reorg (breaking change) #178

Open unscriptable opened 11 years ago

unscriptable commented 11 years ago

For 0.8, I'd like to move everything in the src/curl folder up to the top level. Any objections?

briancavalier commented 11 years ago

No objections. curl.js should be as easy to find as possible since it has to go into a script tag. And yeah, overall reducing the nesting will be good.