ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specifying requirejs-text dependencies

clmath opened this issue · comments

Since the package requirejs-text is not bundled with ibm-js/ecma402, its path cannot be hardcoded on the dependency list (as in ../requirejs-text/...).

Instead the dependency should be specified with just the package name (requirejs-text/...) and the user will specify where to find this package using require.config().

See http://requirejs.org/docs/api.html#packages for more information on packages.