ligershark / WebOptimizer

A bundler and minifier for ASP.NET Core
Apache License 2.0
753 stars 113 forks source link

Is CdnUrl still supported? #224

Open Nashuim opened 2 years ago

Nashuim commented 2 years ago

The option for CdnUrl seems to not do anything when set:

"webOptimizer": { 
  "enableTagHelperBundling": true,
  "cdnUrl": "http://my-cdn.com"
}

I also can't seem to can't seem to find the CdnUrl option being used in the Core code. Is there an extra nuget that we need to get this working?

benjamin-stern commented 2 years ago

I'm also interested in this, if anyone has more information please let us know.