cujojs / wire

A light, fast, flexible Javascript IOC container
Other
862 stars 71 forks source link

Ensure cram builder supports spec-relative module ids #142

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

See #131 and #140, specifically @gehan's initial test results. We need to make sure we support the same relative id strategy in cram as well before we release 0.10.3.

briancavalier commented 10 years ago

It may be as simple as ensuring that addDep and addSpec apply the id normalization transform, just as wire does when running outside of cram.

briancavalier commented 10 years ago

Ping @gehan :) This will be released in 0.10.4

gehan commented 10 years ago

Nice!!