mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-42152 rename our rollup to start with 'yui-' to enable the stadnard regex base magic
This commit is contained in:
parent
2ea00a5867
commit
d17f25a56e
2 changed files with 2 additions and 2 deletions
|
@ -1250,7 +1250,7 @@ class page_requirements_manager {
|
||||||
|
|
||||||
$jsrev = $this->get_jsrev();
|
$jsrev = $this->get_jsrev();
|
||||||
$baserollups = array(
|
$baserollups = array(
|
||||||
'rollup/' . $CFG->yui3version . '/simpleyui-min.js',
|
'rollup/' . $CFG->yui3version . '/yui-moodlesimple-min.js',
|
||||||
);
|
);
|
||||||
$moodlerollups = array(
|
$moodlerollups = array(
|
||||||
'rollup/' . $jsrev . '/mcore-min.js',
|
'rollup/' . $jsrev . '/mcore-min.js',
|
||||||
|
|
|
@ -93,7 +93,7 @@ while (count($parts)) {
|
||||||
$filesuffix = '-min.js';
|
$filesuffix = '-min.js';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strpos($rollupname, 'simpleyui') !== false) {
|
if (strpos($rollupname, 'yui-moodlesimple') !== false) {
|
||||||
$yuimodules = array(
|
$yuimodules = array(
|
||||||
// Include everything from original SimpleYUI,
|
// Include everything from original SimpleYUI,
|
||||||
// this list can be built using http://yuilibrary.com/yui/configurator/ by selecting all modules
|
// this list can be built using http://yuilibrary.com/yui/configurator/ by selecting all modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue