cujojs / cram

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

Fixes running cram with a supplied config file #6

Closed joefiorini closed 11 years ago

joefiorini commented 11 years ago
  1. Wrap configFiles in a when to actually read from them
  2. Remove call to identity; when comparing two objects with a "name" attribute that have different "location" attributes (curl setup) it will always pick the one from the app, which is the opposite of what I want.
unscriptable commented 11 years ago

Thanks Joe. Fixed this via a different commit.