cujojs / cram

Simple, yet powerful, AMD and CommonJS module bundler.
http://cujojs.com
58 stars 9 forks source link

rewrite to use curl.js internally #4

Closed unscriptable closed 11 years ago

unscriptable commented 11 years ago

This issue is to track the total rewrite of cram.js using curl.js internally.

We've already got curl.js working in node.js and ringojs, we just need to finish the logic around configuration, dependency analysis, and concatenation.

jbadeau commented 11 years ago

What version of node are you using?

unscriptable commented 11 years ago

v0.8.10

unscriptable commented 11 years ago

This has been pushed to master