Andrew Nicols
5d66721655
MDL-73183 js: Stop supporting debug mode for amd
...
This option was used to return the source files, but we do not support
this any more because we use source maps instead and require babel
transformation to support ES2015.
It does not make sense to support this code path any longer.
2022-02-08 12:05:31 +08:00
Frédéric Massart
f3847964b6
MDL-66502 javascript: Remove extension from AMD module names
2019-09-09 16:25:17 +08:00
Andrew Nicols
9ea892d216
MDL-66192 javascript: Allow subdirs in AMD module names
2019-07-26 07:04:08 +08:00
Ryan Wyllie
c53f86d408
MDL-62497 javascript: add babel transpiling to Grunt for ES6 support
2019-07-19 14:12:48 +08:00
Andrew Nicols
b2c2d18b28
MDL-55283 javascript: Check dir is readable before traversing them
2016-07-20 12:16:13 +08:00
Damyon Wiese
a066cfc843
MDL-55133 javascript: Correctly use component names in requirejs
...
Core subsystems must use the 'core_' prefix always.
2016-07-12 11:15:17 +08:00
Damyon Wiese
adeb96d28f
MDL-49046 javascript: Add support for AMD modules and jquery.
...
Grunt is the build tool.
2015-02-23 16:23:10 +08:00