rendr-amdefine
AMDefine adapter for Rendr apps.
Allows to use relative to project's root paths to match require paths on the client when you're using Rendr+RequireJS.
Example
if typeof define !== 'function' var define = module; ;
To use within test frameworks (like jasmin) add following line to your test suite:
;
It will set basePath
as parent folder of the node_modules directory that contains rendr-amdefine
.
For the case where it's not applicable you can directly manipulate basePath
by using:
;