Files
edx-platform/common/djangoapps
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
..
2015-11-10 15:00:19 -05:00
2016-02-10 14:33:38 +05:00
2015-11-10 15:00:19 -05:00
2016-03-08 12:44:55 +05:00