-
Bug
-
Resolution: Fixed
-
Blocker
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Using master branch (3.9 dev) grunt is completely broken in windows using git bash. It does not matter what commend you try to run, you get
$ node_modules/grunt/bin/grunt amd --root=theme/boost/amd
|
>> Setting root to C:\Users\tjh238\workspace\moodle_head\theme\boost\amd
|
Loading "Gruntfile.js" tasks...ERROR
|
>> Error: ENOENT: no such file or directory, lstat 'C:\Users\tjh238\workspace\moodle_head\C:'
|
Warning: Task "amd" not found. Use --force to continue.
|
|
Aborted due to warnings.
|
|
$ node_modules/grunt/bin/grunt --watch
|
Loading "Gruntfile.js" tasks...ERROR
|
>> Error: ENOENT: no such file or directory, lstat 'C:\Users\tjh238\workspace\moodle_head\C:'
|
Warning: Task "default" not found. Use --force to continue.
|
|
Aborted due to warnings.
|
It works on my 3.8 checkout.