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

Possible typo in "Understanding Paths" document #272

Closed gamtiq closed 9 years ago

gamtiq commented 10 years ago

It seems that there is a typo in the following example in Simple Paths section of Understanding Paths:

"other/junk" -> "/path/to/top/of/other/third-party/js/other/junk"

Maybe the result path should be /path/to/top/of/other/third-party/js/junk Or am I wrong?

unscriptable commented 9 years ago

Thanks @gamtiq. Fixed!