grunt任务svn-export遇到错误:
Running "svn_export:dev" (svn_export) task
Exporting from http://path.to/repo
>> #svn export http://path.to/repo target
>> Error: stdout maxBuffer exceeded.
任务配置为:
svn_export: {
dev: {
options: {
repository: 'http://path.to/repo',
output: 'target'
}
}
}
是否可以为特定的gruntjs任务增加nodejs maxBuffer?