mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
|
@ -93,7 +93,7 @@ while (count($parts)) {
|
|||
$filesuffix = '-min.js';
|
||||
}
|
||||
|
||||
if (strpos($rollupname, 'simpleyui') !== false) {
|
||||
if (strpos($rollupname, 'yui-moodlesimple') !== false) {
|
||||
$yuimodules = array(
|
||||
// Include everything from original SimpleYUI,
|
||||
// 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