我该如何执行这个简单的命令:
coffee --bare --output js/ coffee/
尝试
{ expand: true, cwd: 'coffee_dir', src: '**/*.coffee', dest: 'js_dir', ext: '.js' }