Absolute URL in ASP bundle

前端 未结 6 790
轻奢々
轻奢々 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:29

    Have you tried enabling CDN support and seeing if that allows the absolute URL to work:

    bundles.UseCdn = true;
    

提交回复
热议问题