ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"
Other
34 stars 21 forks source link

Fix #73 - Use AMD paths mappings #74

Open rxaviers opened 9 years ago

rxaviers commented 9 years ago

Fixes #73

This change uses AMD paths mappings instead of relying in the user local file structure.

It allows tests to be executed independently of the local ecma402 directory name and it also doesn't need to install projects in sibling directories (dependencies will be installed in bower_components within its root).