Using CDN in MVC script bundle. What am I missing?

后端 未结 3 1210
醉话见心
醉话见心 2020-12-24 01:18

I am trying to use a CDN for loading jquery. I have read this article and this seems like it should be very straightforward.

My script bundle is defined as follows.<

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 01:33

    Run your application in debug="false" mode or use BundleTable.EnableOptimizations = true;

提交回复
热议问题