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

result: /* input(21,3602): run-time error CSS1030: Expected identifier, found '.' input(21,3618): run-time error CSS1025: Expected comma or open brace, found ')' input(21,4051): run-time error CSS1030: Expected identifier, found '.' input(21,4067):...

Thank you guys for this project. Works great. Can we request an additional minify/bundle for json files? We would love to have this feature. Thank you.

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...

Is it possible to disable the bundling for DEBUG mode and enable it for RELEASE mode? I am migrating a .Net framework project, which has the below: #if DEBUG BundleTable.EnableOptimizations...

Hi every one, Is there any suggestion to solve this issue about the performance ![image](https://github.com/ligershark/WebOptimizer/assets/43907123/79b69b66-c56f-495e-93b0-d5474ebc670a) ![image](https://github.com/ligershark/WebOptimizer/assets/43907123/8a240738-2580-4e00-8a30-f6f19526798d)

Can you please add the ability to minify html/razor pages? Currently I see that only css and js can be minified. Would be an awesome addition. This is for Blazor...

When I deploy my asp net 6 application using web deploy everything works fine. But when I deploy it using zip deploy disk caching is not working: I receive 500...

Hello! We have a Blazor app running .NET 8 on a Windows Server published through Visual Studios IIS publish option. We used WebOptimizer in our Program.cs and then started noticing...

This function is not minified propperly, generating a bad js file with incorrect syntax: `const escapeHTML = str => str.replace(/[&'"]/g, tag => ({ '&': '&', '': '>', "'": ''', '"':...

We are using weboptimizer on the Umbraco CMS to bundle css and js files. On the CMS, the customer can use widgets and can have multiple instances of the same...