Fixed grunt tasks on Cygwin

See sindresorhus/grunt-shell/#82.
This commit is contained in:
Marcin Kurczewski 2014-09-19 13:31:20 +02:00
parent 0f0e22364e
commit 7a90981daa

View file

@ -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',
},