javascript - ASP.NET MVC 4 bundles minification OK but there is NO obfuscation -


i have problem asp.net mvc4 javascript bundles. working , it's ok, js code minimized , not obfuscated. there can in .net, or should own bundling , minification system based on yui compressor?

actually installed nuget package https://www.nuget.org/packages/bundletransformer.yui/1.8.0 works excellent. saved me time.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -