How can I do this simple command: coffee --bare --output js/ coffee/ in grunt-coffee config?
coffee --bare --output js/ coffee/
try
{ expand: true, cwd: 'coffee_dir', src: '**/*.coffee', dest: 'js_dir', ext: '.js' }