RequireJS relative paths
Relative IDs are resolved relative to the module ID within which the ID is resolved. See AMD spec’s module id format section. There are two ways to frame a relative dependency ID into a correct context/scope: Define call Define call is the start/definition of “module.” All dependencies asked for within define() call are scoped to … Read more