Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9
-
Component/s: JavaScript
-
Testing Instructions:
-
Affected Branches:MOODLE_29_STABLE
-
Fixed Branches:MOODLE_29_STABLE, MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-50115-master -
Pull Master Diff URL:
Description
On linux it will let you run grunt in a subdirectory and it will only build that directory. On windows we cant do this easily because grunt hides the current working directory.
I think it's possible to get around by requiring windows devs using "grunt -b ." to change the base directory - which is what this issue is about.
Attachments
Issue Links
- Discovered while testing
-
MDL-50001 Moodle Gruntfile.js will not work on Windows because it does not have the PWD environment variable.
-
- Closed
-
- has been marked as being related by
-
MDL-49817 Development - Watch for JS/LESS changes and compile once a file is saved
-
- Closed
-
- Testing discovered
-
MDL-53059 Grunt fails to build YUI modules when in a yui subdirectory, builds AMD instead
-
- Closed
-