Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea3ebbf
)
MDL-52591 grunt: make shifter task respect --no-color
author
Dan Poltawski
<dan@moodle.com>
Tue, 22 Dec 2015 18:34:25 +0000
(18:34 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 22 Dec 2015 18:37:27 +0000
(18:37 +0000)
Gruntfile.js
patch
|
blob
|
blame
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
dcc22a8
..
665bb44
100644
(file)
--- 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, {