From 7a90981daa10c71cf3e95466f7b4357d02bd9a98 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Fri, 19 Sep 2014 13:31:20 +0200 Subject: [PATCH] Fixed grunt tasks on Cygwin See sindresorhus/grunt-shell/#82. --- gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gruntfile.js b/gruntfile.js index cfbdf7af..7f97e739 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -70,6 +70,10 @@ module.exports = function(grunt) { }, shell: { + options: { + stdin: false + }, + phpcheckstyle: { command: 'php vendor/jbrooksuk/phpcheckstyle/run.php --config <%= phpCheckStyleConfigPath %> --src <%= phpSourcesDir %> --exclude di.php --format console', },