Compiling coffeescript files with grunt
问题 I am trying to write a grunt task to compile numerous .coffee files to corresponding .js files and .map files using grunt. I have the grunt coffee plugin, but there are some problems: It compiles all files into one common destination folder instead of keeping the .js files in same folder as the .coffee file. It merges two .coffee files of the same name in different directories into one file in the destination directory. Please help solving these: Grunt plugin: https://www.npmjs.org/package