I am enabling bundle optimization in asp.net for my javascript and css files, how can I enabled SourceMap generation? should I move to other minifer?
Asked
Active
Viewed 3,363 times
5
-
answered here: http://stackoverflow.com/questions/20431036/reconciling-asp-net-script-bundles-and-source-maps – Vojta Jemelka Jan 12 '17 at 16:11
1 Answers
0
I don't believe the script bundling has support yet. You can try web essentials which does: http://vswebessentials.com/

Ely
- 3,200
- 1
- 21
- 18
-
1I want to be built in my build and deployment, If there is any open source/nuget package that I can use - it will be OK. – Yosi Dec 10 '14 at 21:35
-