MDL-52591 grunt: make shifter task respect --no-color

This commit is contained in:
Dan Poltawski
2015-12-22 18:37:58 +00:00
parent 747f4468fb
commit e1011a09cf
+4
View File
@@ -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, {