WebOptimizer
WebOptimizer copied to clipboard
A bundler and minifier for ASP.NET Core
Hello, unfortunately, I was not able to find a solution for this question so I´m going to ask it right here. I want to create a bundle with multiple files...
Hi, from your main site: "Bundling is the process of taking multiple source files and combining them into a single output file. All CSS and JavaScript bundles are also being...
Sometimes people from our community report that they faced the next following exception: ``` System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on...
When using ASP.NET's [previous built-in bundling/minification capabilities](https://docs.microsoft.com/en-us/aspnet/mvc/overview/performance/bundling-and-minification), you could register a bundle, reference that in a view (using `@Scripts.Render`), and it would render the correct script tags depending on the...
Currently using latest version v3.0.368 with .net 6 The minifier produces invalid JS syntax from valid source. The chrome browser console displays the following error: "Lexical declaration cannot appear in...
I am using WebOptimizer to add bundles and minify the CSS and JS files like below. For Development, I want to turn off minification and am using the service.AddWebOptimizer overload...
In .NET 6 the value of context.Request.Path.Value appears to always have a leading "/" regardless of the reference in the html file. An example of this is when you add...
Environment: .NET 6, Razor Pages, linux Does not work. Here is a MINIMAL repro: - `dotnet new webapp` (razor pages) - `dotnet add package LigerShark.WebOptimizer.Core` - configure as per README:...
I just upgraded my project to Dot Net 6 and WebOptimizer has stopped working. Everything was working fine in Dot Net 5. The project compiles without errors. However, there's an...
The option for CdnUrl seems to not do anything when set: ```json "webOptimizer": { "enableTagHelperBundling": true, "cdnUrl": "http://my-cdn.com" } ``` I also can't seem to can't seem to find the...