Merge branch 'MDL-52591-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
David Monllao 2015-12-29 13:47:06 +08:00
commit d077c6a4ba

View file

@ -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, {