ibm-js / requirejs-dplugins

AMD plugins for RequireJS
http://ibm-js.github.io/requirejs-dplugins/
Other
6 stars 9 forks source link

Regression during the i18n build. #25

Closed clmath closed 9 years ago

clmath commented 9 years ago

The commit 6a2b275afb10178a2e63e2bff2990515e401486c introduce a regression as name is actually an object and not a string. Because of this, the statement https://github.com/ibm-js/requirejs-dplugins/commit/6a2b275afb10178a2e63e2bff2990515e401486c#diff-bbd3c4f2addefd760188d092c08ac1b7R85 does not have the expected behavior.

This result in an error like "NaN/undefined.js file not found" during the build.

clmath commented 9 years ago

Reverted faulty commit in b41553a4d16d621d61f9c3c1fbffddb1f07a9625