diff --git a/Gruntfile.js b/Gruntfile.js index dcc22a8f34f..665bb442199 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,6 +114,10 @@ module.exports = function(grunt) { args.push('--lint-stderr'); } + if (grunt.option('no-color')) { + args.push('--color=false'); + } + var execShifter = function() { shifter = exec("node", args, {