How would you do the resource bundling for asp.net mvc areas? Is this regulated by the ASP.NET MVC framework just like the AreaRegistration for routes?
I could make a BundleConfig class inside the area and call this from the global BundleConfig inside the App_Start folder but this doens’t feel good to me.
I can’t find any information on this subject. Any help our thoughts are appreciated.
I was hoping this was somehow more regulated – but after diving into the framework code the answer to this is negative.
What I decided to do is the following:
Solution Structure
RouteConfig.cs
BundleConfig.cs
AdminAreaRegistration.cs