17

Where are the generated bundle files placed?

 bundles.Add(new ScriptBundle("~/bundles/jqueryall") .IncludeDirectory("~/scripts/", "*.js", true) 

2 Answers 2

18

There are no files, bundles are stored in-memory.

Can you please explain why you expect the bundles to be files? :-)

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks; I'm marking your response as the answer because of the supporting links
Thanks. If you can explain your original problem (why you need access to the file), you can start a new question with it if you want, perhaps there's another solution to it. :-)
6

They are bundled up dynamically (in Memory I assume) and served to the client being sent down to the client as a single item (you should the single JS file see it if you use fiddler of F12 => Network).

1 Comment

Thanks. I would mark your answer as correct as well but I can only check one and your's seemed to lack certainty. I did use the Developer Tools Network and Scripts tab and I did see the url to the script but I was wondering if there was a physical file used on the server to generate the response.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.