mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-52591-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
d077c6a4ba
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ module.exports = function(grunt) {
|
||||||
args.push('--lint-stderr');
|
args.push('--lint-stderr');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (grunt.option('no-color')) {
|
||||||
|
args.push('--color=false');
|
||||||
|
}
|
||||||
|
|
||||||
var execShifter = function() {
|
var execShifter = function() {
|
||||||
|
|
||||||
shifter = exec("node", args, {
|
shifter = exec("node", args, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue