Absolute URL in ASP bundle

前端 未结 6 830
轻奢々
轻奢々 2021-01-07 19:14

I use a jQuery library for Google Maps, and it depends on the Google scripts to be loaded first. I\'d like to be able to include both in the bundle as such:

         


        
6条回答
  •  感动是毒
    2021-01-07 19:48

    Currently you would have to include a local copy of the jquery that you are depending on inside of the bundle, or you would have to manage the script tags as you mention. We are aware of this kind of depedency management issue and it falls under the category of asset management which we are tracking with this work item on codeplex

提交回复
热议问题