-
Bug
-
Resolution: Fixed
-
Major
-
2.9.1, 3.0
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_29_STABLE
-
MDL-50766_master -
-
Team Both Sprint 1
The grunt script will fail to build AMD modules if there are no YUI modules present in the subdirectories below where grunt is called from.
To reproduce:
cd admin/tool
grunt
- result: admin/tool/templatelibrary/amd code built as expected
cd admin/tool/templatelibrary
grunt
- result: shifter complains 'no modules found' and returns error code 1, amd build process never starts
Workaround:
cd admin/tool/templatelibrary/amd
grunt
- caused a regression
-
MDL-53059 Grunt fails to build YUI modules when in a yui subdirectory, builds AMD instead
-
- Closed
-