Where are the generated bundle files is placed in c# MVC?
bundles.Add(new ScriptBundle("~/bundles/Art")
.IncludeDirectory("~/scripts/", "*.js", true)
I was tried to find out in core but not able to get exact location . I want use that file for CDN purpose.
I am doing this because I don't want to minify each and every time and I will be able to change js css on server and bundle will automatically update version of file