Closed pixeldrew closed 9 years ago
I didn't commit the dist files as I expect you would probably want to version bump and commit them yourself. (if you accept this PR)
Thanks for the PR! :) Makes sense to let the module id be derived by file path/name.
Require-config should specify location and name of module by filename
This allows you to use path config to specify directory and name is defined by filename for example define(['cross-storage/hub'], function(hub){ ... }); define(['cross-storage/client'], function(client){ ... });
Otherwise you have to make path config entries for each file, this is also more inline with commonjs naming conventions