Where are the generated bundle files placed?
bundles.Add(new ScriptBundle("~/bundles/jqueryall")
.IncludeDirectory("~/scripts/", "*.js", true)
There are no files, bundles are stored in-memory.
Can you please explain why you expect the bundles to be files? :-)