mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-41966-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
commit
7419751a4c
@ -255,7 +255,7 @@ while (count($parts)) {
|
||||
|
||||
// Submodules are stored in a directory with the full submodule name.
|
||||
// We need to remove the -debug.js, -min.js, and .js from the file name to calculate that directory name.
|
||||
$frankenstyledirectoryname = str_replace(array('-min.js', '-debug.js', '.js'), '', $frankenstylefilename);
|
||||
$frankenstyledirectoryname = str_replace(array('-min.js', '-debug.js', '.js', '.css'), '', $frankenstylefilename);
|
||||
|
||||
// By default, try and use the /yui/build directory.
|
||||
$contentfile = $dir . '/yui/build/' . $frankenstyledirectoryname;
|
||||
|
Loading…
x
Reference in New Issue
Block a user