Create a Script bundle from multiple locations
问题 Let's assume our app is offline, i.e. we can't use 3rd party CDNs thus we're creating our own. I'd like to host all of the vendor scripts in a separate (Parent) web app and then include them in the bundles in several other MVC Apps. e.g. http://localhost/parentWeb/Scripts/jquery.js http://localhost/parentWeb/Scripts/jquery-ui.js http://localhost/parentWeb/Scripts/globalize.js I'd like to include in the ASP.NET MVC App Website located in: http://localhost/parentWeb/childWeb i.e. do something