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.88k stars 216 forks source link

blank location in package config causes main module to be sought at host root folder #118

Closed unscriptable closed 11 years ago

unscriptable commented 12 years ago

blank location in package config causes main module to be sought at host root folder

{ name: 'mypkg', location: '', main: 'main' }

This looks for "mypkg" module at http://server/main.js, ignoring the baseUrl or the page's path.