You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: