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

Add quotes to cram text plugin output #217

Closed gehan closed 10 years ago

gehan commented 10 years ago

You might want to write some tests ;)

unscriptable commented 10 years ago

I just spent 10 minutes being confused why the code before this change works in my integration-level tests. Here's why: if a path or package to curl.js is specified in a config, cram will use that version of curl.js. The curl.js version for this particular test used an older text plugin.

Thanks (again), @gehan!

gehan commented 10 years ago

Ah ha! Well at least you traced it back!

I'm loving the new loader to get rid of the js! plugin by the way.