WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

A bundler and minifier for ASP.NET Core

Results 148 WebOptimizer issues
Sort by recently updated
recently updated
newest added

Can anyone tell me why I can't get a longhand approach to implementing UseWebOptimizer. I know the first question for probably everyone is "why". I just like elongating my code...

Why is one of the "optional" parameters for AddWebOptimizer asking for IWebHostEnvironment while in ConfigureServices when there is no IWebHostEnvironment parameter passed in at that time: ``` public static IServiceCollection...

In layout I put ~ to resolve app root. It generates script tag without cache busting param.

I been reading the description that the library compile assets to memory at runtime, which i what i looking for. I didn't much look into the code base for deep...

Hello, I just recently went on using WebOptimizer and first of all I tried to add it to my project using NuGet Package Manager UI. From there I installed the...

On a local environment works only with JS files. When deploy to the server just nothing happened. All the js and css files are normal without minification.

Hi, First - LOVE this project, it's fantastic. I'm using it in a tool that has some extra security concerns and I want to be able to restrict certain bundles...

How about adding a bundler for .vue files? I would never have to touch webpack again! 😄

FileVersionProvider was renamed and made internal in 2.2. Instead we use IFileVersionProvider and get the implementation from ViewContext.HttpContext.RequestServices.GetRequiredService(). Update to 2.2 Won't work with =< 2.1

I am attempting to use this package in my .NET Core solution; however, I am having an issue with the font files for font awesome. I am pulling the font...