Files
edx-platform/lms
Toby Lawrence f8ddfb5945 Use a module/path mapping for RequireJS overrides instead of just paths.
Instead of attempting to derive the module portion of a RequireJS
override strictly from the path to the JS file, we now use a dictionary
where the module name must be explicitly specified.  This allows us to
compensate for files which do not follow a naming scheme that is
compatible with RequireJS without having to normalize all files.  This
is extremely important when using third-party dependencies.
2016-03-23 10:34:58 -04:00
..
2016-02-15 11:04:55 +07:00
2016-03-22 15:31:27 -04:00
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.