WebEssentials.AspNetCore.CdnTagHelpers
WebEssentials.AspNetCore.CdnTagHelpers copied to clipboard
A CDN helper for ASP.NET Core
Hi there, A great piece of code. Is there a way to ignore certain urls from the cdn? i.e. perhaps something like cdnify-ignore etc?
Hey there, thanks for brilliant project. It saves the day. But as you know, while working with local IIS, the application url is added app folder's name and app url...
Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.0 to 2.0.9. Commits - [`84d6a54`](https://github.com/aspnet/Universe/commit/84d6a54ce9ba941e2b7318d7f377908473d35f6d) Merge 2.0.9 into release/2.0 - [`43ec723`](https://github.com/aspnet/Universe/commit/43ec72353f83465a3dd238e5a025b255e312f0ed) Merge branch release/2.0 - [`cc0e039`](https://github.com/aspnet/Universe/commit/cc0e0394acd1d13fb5769c3c8f8ec895893b39c4) Add required infrastructure improvements to submodules to support NETStandard... -...
Steps to reproduce: 1. Create new ASP.NET Core web app 2. Add NuGet reference to CdnTagHelpers 1.0.16 3. Add `@addTagHelper *, WebEssentials.AspNetCore.CdnTagHelpers` to _ViewImports.cshtml 4. Make appsettings.json change as recommended...
This is more of a question than an issue, but I'm curious, is this library compatible with the asp-fallback-src data attribute? Is it possible to set that by default to...