Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能执行这个简单的命令:coffee --bare --output js/ coffee/ 在 grunt-coffee 配置中?
coffee --bare --output js/ coffee/
尝试
{ expand: true, cwd: 'coffee_dir', src: '**/*.coffee', dest: 'js_dir', ext: '.js' }