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
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