gruntjs / grunt-contrib-coffee

Compile CoffeeScript files to JavaScript.
http://gruntjs.com/
MIT License
329 stars 127 forks source link

sourcemapping not showing the original files in separate folders #188

Open jintoppy opened 9 years ago

jintoppy commented 9 years ago

Lets say I am writing coffeescript in multiple files and finally concatinating to a single file. And I have enabled source map for it.

What I am expecting is on browser, I will see the original coffee files as in the way it was originally, in different folders. But, only one concatenated coffee file is available. Is there a way to enable to show the source map to show the original files in different folders

shama commented 8 years ago

@jintoppy Does https://github.com/gruntjs/grunt-contrib-coffee/pull/183 fix your issue?