Fixed grunt tasks on Cygwin
See sindresorhus/grunt-shell/#82.
This commit is contained in:
parent
0f0e22364e
commit
7a90981daa
1 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue