Is it possible to create source map from scriptbundle in c#?
Yui
Posted on
Nov 26 2015
Hi there, We need to source map to help us debug errors. However, I couldn't find the way to get source map from scriptbundle in c#. Does anyone have a hint?
Thank you
Jamie Penney
Posted on
Nov 27 2015
Hi Yui,
Looks like there's not hing built in http://stackoverflow.com/questions/20431036/reconciling-asp-net-script-bundles-and-source-maps however someone has written a NuGet package that does it https://github.com/benmccallum/AspNetBundling. Hope that helps.
Thanks,
Jamie
Yui
Posted on
Nov 27 2015
Thank you so much Jamie :D