-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.3, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
Steps to reproduce:
- Do you development under Windows + Cygwin.
- Make a new AMD module in one of your plugins and run grunt.
- Try to work out why you new JavaScript code works in your development install (that is using src/newmod.js) but not in Behat (which is trying to use build/newmod.min.js).
What is going on is that in this setup, build/newmod.min.js is created with file permission 700, when it should be 644.
Then, requirejs.php, when it tries to assemble first.js, does not check the return value of file_get_contents. It just silently convers false to '' without logging anything.
- has a non-specific relationship to
-
MDLSITE-4710 cibot incorrectly reports lib/requirejs.php as requiring thirdpartylibs update
-
- Resolved
-