ligershark / WebOptimizer

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

Apply cdnUrl option in ScriptTagHelper and LinkTagHelper #313

Closed grahamwebscale closed 3 months ago

grahamwebscale commented 3 months ago

The cdnUrl option is not currently being applied via the ScriptTagHelper and LinkTagHelper. This PR looks to rectify that.

Resolves issue #224

madskristensen commented 3 months ago

Thank you!1